ClassTableCellTextAlignmentProperty
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.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