Class CellVerticalAlignment
Specifies the vertical alignment.
Inheritance
System.Object
CellVerticalAlignment
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class CellVerticalAlignment : Enum
Fields
Bottom
Aligns the content ot the bottom.
Declaration
public const CellVerticalAlignment Bottom
Field Value
Type |
---|
CellVerticalAlignment |
Center
Aligns the content to the center.
Declaration
public const CellVerticalAlignment Center
Field Value
Type |
---|
CellVerticalAlignment |
Top
Aligns the content to the top.
Declaration
public const CellVerticalAlignment Top
Field Value
Type |
---|
CellVerticalAlignment |