Class TableCellContentAlignmentCommandParameter
Represents the parameters for the TableCellContentAlignmentCommand, which is used to align content within a table cell in the RichTextBox.
Inheritance
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class TableCellContentAlignmentCommandParameter : Object
Constructors
TableCellContentAlignmentCommandParameter(RadTextAlignment, RadVerticalAlignment)
Declaration
public TableCellContentAlignmentCommandParameter(RadTextAlignment textAlignment, RadVerticalAlignment verticalAlignment)
Parameters
RadTextAlignment
textAlignment
|
RadVerticalAlignment
verticalAlignment
|
Properties
TextAlignment
Represents the text alignment for the content within a table cell.
Declaration
public RadTextAlignment TextAlignment { get; set; }
Property Value
RadTextAlignment
|
VerticalAlignment
Represents the vertical alignment setting for cell content in a table cell.
Declaration
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value
RadVerticalAlignment
|