Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class TableCellContentAlignmentCommandParameter
Inheritance: objectTableCellContentAlignmentCommandParameter
Constructors
C#
public TableCellContentAlignmentCommandParameter(RadTextAlignment textAlignment, RadVerticalAlignment verticalAlignment)
Properties
C#
public RadTextAlignment TextAlignment { get; set; }
C#
public RadVerticalAlignment VerticalAlignment { get; set; }