Interface
IPropertySetting

Exposes methods and properties for a concrete property setttings used in StyleSheets and Themes. PropertySetting can customize the current value of any RadPropertry of any RadElement instance.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public interface IPropertySetting

Properties

Property

Gets or sets the property itself.

Declaration

cs-api-definition
RadProperty Property { get; set; }

Property Value

RadProperty

Methods

ApplyValue(RadObject)

Applies the value to the element given as a parameter.

Declaration

cs-api-definition
void ApplyValue(RadObject element)

Parameters

element

RadObject

the element that the property value is applied to.

GetCurrentValue(RadObject)

Retrieves the current value of the property.

Declaration

cs-api-definition
object GetCurrentValue(RadObject forObject)

Parameters

forObject

RadObject

Returns

object

UnapplyValue(RadObject)

Unapply the property to the element given as a parameter.

Declaration

cs-api-definition
void UnapplyValue(RadObject element)

Parameters

element

RadObject

the element that the property value is unapplied to.