Class
TableCellContentAlignmentCommandParameter

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.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

RadTextAlignment

verticalAlignment

RadVerticalAlignment

Properties

TextAlignment

Declaration

cs-api-definition
public RadTextAlignment TextAlignment { get; set; }

Property Value

RadTextAlignment

VerticalAlignment

Declaration

cs-api-definition
public RadVerticalAlignment VerticalAlignment { get; set; }

Property Value

RadVerticalAlignment