Class StylePropertyBase
Represents a base class for style properties in the Telerik document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class StylePropertyBase : Object
Constructors
StylePropertyBase()
Declaration
protected StylePropertyBase()
Properties
PropertyDefinition
Represents the definition of a style property, containing information about its type, default value, and how it can be used within a style.
Declaration
public abstract IStylePropertyDefinition PropertyDefinition { get; }
Property Value
IStylePropertyDefinition
|
ValueSource
Gets the source of the value for the style property.
Declaration
public abstract RadValueSource ValueSource { get; }
Property Value
RadValueSource
|
Methods
ClearValue()
Clears the value of the style property, resetting it to its default state.
Declaration
public abstract void ClearValue()
HasLocalValue()
Determines whether the style property has a local value set.
Declaration
public abstract bool HasLocalValue()
Returns
System.Boolean
True if the style property has a local value; otherwise, false. |