ClassTableCellContentAlignmentCommandParameter
Class
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:
cs-api-definition
public class TableCellContentAlignmentCommandParameter
Inheritance: objectTableCellContentAlignmentCommandParameter
Constructors
TableCellContentAlignmentCommandParameter(RadTextAlignment, RadVerticalAlignment)
Declaration
cs-api-definition
public TableCellContentAlignmentCommandParameter(RadTextAlignment textAlignment, RadVerticalAlignment verticalAlignment)
Parameters
textAlignment
verticalAlignment
Properties
TextAlignment
Represents the text alignment for the content within a table cell.
Declaration
cs-api-definition
public RadTextAlignment TextAlignment { get; set; }
Property Value
VerticalAlignment
Represents the vertical alignment setting for cell content in a table cell.
Declaration
cs-api-definition
public RadVerticalAlignment VerticalAlignment { get; set; }
Property Value