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