Represents the property that defines the text alignment for a table cell.
Definition
Namespace:Telerik.Windows.Documents.Model.Styles
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TableCellTextAlignmentProperty : StyleProperty<RadTextAlignment?, TableCellProperties>
Inheritance: objectStylePropertyBaseStyleProperty<RadTextAlignment?, TableCellProperties>TableCellTextAlignmentProperty
Inherited Members
Constructors
C#
public TableCellTextAlignmentProperty(TableCellProperties propertyContainer, StylePropertyDefinition<RadTextAlignment?, TableCellProperties> propertyDefinition)
Methods
C#
protected override RadTextAlignment? GetLocalParentValueOverride()
Overrides: