SilverlightPlugin.CssClass Property

Gets or sets the name of a CSS class for the Silverlight plug-in.

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

Syntax

'Declaration
Public Overridable Property CssClass As String
    Get
    Set
'Usage
Dim instance As SilverlightPlugin
Dim value As String

value = instance.CssClass

instance.CssClass = value
public virtual string CssClass { get; set; }

Property Value

Type: System.String
The name of a CSS class.

Remarks

The CSS class is applied to the Silverlight plug-in.

Platforms

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

See Also

Reference

SilverlightPlugin Class

SilverlightPlugin Members

System.Web.UI.SilverlightControls Namespace