Class TableCellTextAlignmentProperty
Inheritance
System.Object
TableCellTextAlignmentProperty
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 class TableCellTextAlignmentProperty : StyleProperty<RadTextAlignment? , TableCellProperties>
Constructors
TableCellTextAlignmentProperty(TableCellProperties, StylePropertyDefinition<Nullable<RadTextAlignment>, TableCellProperties>)
Declaration
public TableCellTextAlignmentProperty(TableCellProperties propertyContainer, StylePropertyDefinition<RadTextAlignment? , TableCellProperties> propertyDefinition)
Parameters
TableCellProperties
propertyContainer
|
StylePropertyDefinition<System.Nullable<RadTextAlignment>, TableCellProperties>
propertyDefinition
|
Methods
GetLocalParentValueOverride()
Declaration
protected override RadTextAlignment? GetLocalParentValueOverride()
Returns
System.Nullable<RadTextAlignment>
|
Overrides
Telerik.WinForms.Documents.Model.Styles.StyleProperty<System.Nullable<Telerik.WinForms.Documents.Layout.RadTextAlignment>, Telerik.WinForms.Documents.Model.Styles.TableCellProperties>.GetLocalParentValueOverride()