Class
TableCellTextAlignmentProperty

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 StyleProperty<RadTextAlignment?, TableCellProperties>.GetValueOrDefault()StyleProperty<RadTextAlignment?, TableCellProperties>.GetValue()StyleProperty<RadTextAlignment?, TableCellProperties>.GetLocalParentValueOverride()StyleProperty<RadTextAlignment?, TableCellProperties>.HasLocalValue()StyleProperty<RadTextAlignment?, TableCellProperties>.SetValue(RadTextAlignment?)StyleProperty<RadTextAlignment?, TableCellProperties>.ClearValue()StyleProperty<RadTextAlignment?, TableCellProperties>.CheckForValueChange(RadValueSource)StyleProperty<RadTextAlignment?, TableCellProperties>.OnPropertyValueChanged(RadTextAlignment?, RadTextAlignment?)StyleProperty<RadTextAlignment?, TableCellProperties>.PropertyContainerStyleProperty<RadTextAlignment?, TableCellProperties>.PropertyDefinitionStyleProperty<RadTextAlignment?, TableCellProperties>.ValueSourceStylePropertyBase.ClearValue()StylePropertyBase.HasLocalValue()StylePropertyBase.PropertyDefinitionStylePropertyBase.ValueSource

Constructors

TableCellTextAlignmentProperty(TableCellProperties, StylePropertyDefinition<RadTextAlignment?, TableCellProperties>)

Declaration

cs-api-definition
public TableCellTextAlignmentProperty(TableCellProperties propertyContainer, StylePropertyDefinition<RadTextAlignment?, TableCellProperties> propertyDefinition)

Parameters

propertyContainer

TableCellProperties

propertyDefinition

StylePropertyDefinition<RadTextAlignment?, TableCellProperties>

Methods

GetLocalParentValueOverride()

Declaration

cs-api-definition
protected override RadTextAlignment? GetLocalParentValueOverride()

Returns

RadTextAlignment?

Overrides StyleProperty<RadTextAlignment?, TableCellProperties>.GetLocalParentValueOverride()