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