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