New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:textAlignmentRadTextAlignmentverticalAlignmentRadVerticalAlignment

Properties

C#
public RadTextAlignment TextAlignment { get; set; }
C#
public RadVerticalAlignment VerticalAlignment { get; set; }