Use of ClientBin folder in Silverlight
Explain the use of ClientBin folder in Silverlight The ClientBin folder is used for placing .xap file of a Silverlight application. This folder can be kept anywhere in the web application.
|
What is Clipping in Silverlight?What is Clipping in Silverlight? - Clipping is a modification to a given image / object based on the geometry type – like a line, rectangle, ellipse or even a group geometry objects...
What is the parent xaml tag of Silverlight page?The’UserConrol’ is the parent xaml tag of a Silverlight page. All other tags are authored under UserControl tag. Developers are given a facility to implement new custom controls and create re-usable user controls...