InterfaceIPropertySetting
Interface
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.
Methods
ApplyValue(RadObject)
Applies the value to the element given as a parameter.
Declaration
cs-api-definition
void ApplyValue(RadObject element)
Parameters
element
the element that the property value is applied to.
GetCurrentValue(RadObject)
Retrieves the current value of the property.
UnapplyValue(RadObject)
Unapply the property to the element given as a parameter.
Declaration
cs-api-definition
void UnapplyValue(RadObject element)
Parameters
element
the element that the property value is unapplied to.