SilverlightDesigner Class

Provides design-time support in a visual designer for the ASP.NET Silverlight server control.

Namespace:  System.Web.UI.Design.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public Class SilverlightDesigner _
    Inherits ControlDesigner
'Usage
Dim instance As SilverlightDesigner
public class SilverlightDesigner : ControlDesigner

Remarks

In a visual designer, when you switch from Source view to Design view, the markup source code that describes the associated Silverlight control is parsed and a design-time version of the control is created on the design surface. When you switch back to Source view, the design-time control is persisted as markup and added to the existing markup for the Web page.

Inheritance Hierarchy

System.Object
  ComponentDesigner
    HtmlControlDesigner
      ControlDesigner
        System.Web.UI.Design.SilverlightControls.SilverlightDesigner
          System.Web.UI.Design.SilverlightControls.MediaPlayerDesigner

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

SilverlightDesigner Members

System.Web.UI.Design.SilverlightControls Namespace