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