in Silverlight 3 for Mobile, how do I get at a Path\'s figure points, so I can ultimately get at it\'s Points (X, Y coordinates)?From what I\'ve been reading, it sounds like the tree structures of the
How do I make a Silverlight TabContro开发者_Go百科l arrange the tabs vertically?TabControl Formatting (Right Justified and Vertical Text)
Sorry I cannot post the code but here is what is happening in detail. User opens a form it adds an event listener like:
I\'ve got a Silverlight application that will be running out on the open internet, available to basically everyone who has ever lived.
I have the following: Color color = Colors.Red; color.ToString(); 开发者_运维技巧 which outputs as the hexadecimal representation. Is there any way to output \"Red\"?
I have this method fired on a button click. MyObj is an extended Control type with two properties CenterX and CenterY with backing dp CenterXProperty and CenterYProperty.
I\'m working on a Silverlight project with the WCF RIA Services beta.I\'m using the BlahDomainService.metadata.cs file to validate a field by adding validation attributes, e.g. [RegularExpression].It
Is it possible to keep a skin on a Line in Silverlight. I have a Line shape, and an image file of a cool looking line Is it possible to keep this开发者_StackOverflow image on top of the Line where eve
I am building a little app for the Windows Phone 7 (Silverlight 3) which allows the user to add objects to the screen and drag them around.
Could Someone help me to find out why l.X1 is set to default value(0.开发者_高级运维0) when the binded source is having a value of 156. Following image may be self explanatory.