ClassTableCellTextAlignmentProperty
Class
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:
cs-api-definition
public class TableCellTextAlignmentProperty : StyleProperty<RadTextAlignment?, TableCellProperties>
Inheritance: objectStylePropertyBaseStyleProperty<RadTextAlignment?, TableCellProperties>TableCellTextAlignmentProperty
Inherited Members
Constructors
TableCellTextAlignmentProperty(TableCellProperties, StylePropertyDefinition<RadTextAlignment?, TableCellProperties>)
Declaration
cs-api-definition
public TableCellTextAlignmentProperty(TableCellProperties propertyContainer, StylePropertyDefinition<RadTextAlignment?, TableCellProperties> propertyDefinition)
Parameters
propertyContainer
propertyDefinition
StylePropertyDefinition<RadTextAlignment?, TableCellProperties>
Methods
GetLocalParentValueOverride()
Declaration
cs-api-definition
protected override RadTextAlignment? GetLocalParentValueOverride()
Returns
Overrides