RadControls for WinForms

Gets or sets the stylesheet associated with the element.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TypeConverterAttribute(typeof(ComponentConverter))]
[DefaultValueAttribute(null)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public StyleSheet Style { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(ComponentConverter))> _
<DefaultValueAttribute(Nothing)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public Property Style As StyleSheet
	Get
	Set

Implements

IStylableNode..::..Style

Remarks

Stylesheets provide dynamic property settings for elements' RadProperties organized into groups, each regarding a certain state of the element. State means a property has certain value. Style of an element can affect also element children. Generally element style is set through control theme, which is a holder for various styles for many controls.

See Also