Class TableCellTextAlignmentProperty
Inheritance
System.Object
TableCellTextAlignmentProperty
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableCellTextAlignmentProperty : StyleProperty<Nullable<RadTextAlignment>, TableCellProperties>
Constructors
TableCellTextAlignmentProperty(TableCellProperties, StylePropertyDefinition<Nullable<RadTextAlignment>, TableCellProperties>)
Declaration
public TableCellTextAlignmentProperty(TableCellProperties propertyContainer, StylePropertyDefinition<Nullable<RadTextAlignment>, TableCellProperties> propertyDefinition)
Parameters
TableCellProperties
propertyContainer
|
StylePropertyDefinition<System.Nullable<RadTextAlignment>, TableCellProperties>
propertyDefinition
|
Methods
GetLocalParentValueOverride()
Declaration
protected override Nullable<RadTextAlignment> GetLocalParentValueOverride()
Returns
System.Nullable<RadTextAlignment>
|
Overrides
Telerik.Windows.Documents.Model.Styles.StyleProperty<System.Nullable<Telerik.Windows.Documents.Layout.RadTextAlignment>, Telerik.Windows.Documents.Model.Styles.TableCellProperties>.GetLocalParentValueOverride()