Silverlight control properties

What are the properties that have to be initialized for creating a Silverlight control using createSilverlight()?

The properties ‘source’ and ‘elementID’ are to be initialized. The ‘source’ attribute can be a ‘.xaml’ file or an ‘.aspx’ file. The elementID can be a string that identifies the file.
Path instructions in XAML - Silverlight
Path instructions in XAML - The Path instruction of XAML allows to draw and fill a path. Various points in the path represents are represented by the Data attribute. The attribute includes M which means to move to command...
Resemblance between CSS and Silverlight
Silverlight content is hosted on the tag. CSS of DIV can be changed as it is for other HTML documents. The changes can be for absolute positioning, z-indexing, top and left properties etc...
What kind of Brush does Silverlight support?
Silverlight brush objects supports for painting with solid colors, linear gradients, radical gradients and images. SolidColorBrush is used to paint a closed object such as rectangle...
Post your comment