Class StylePropertyBase
Inheritance
System.Object
StylePropertyBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Styles
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class StylePropertyBase
Constructors
StylePropertyBase()
Declaration
protected StylePropertyBase()
Properties
PropertyDefinition
Declaration
public abstract IStylePropertyDefinition PropertyDefinition { get; }
Property Value
IStylePropertyDefinition
|
ValueSource
Methods
ClearValue()
Declaration
public abstract void ClearValue()
HasLocalValue()
Declaration
public abstract bool HasLocalValue()
Returns
System.Boolean
|