Enum VerticalOrigin
Specifies the Vertical Origin supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum VerticalOriginFields
| Name | Description | 
|---|---|
| BottomMargin | Aligns the content to the bottom margin. | 
| InsideMargin | Aligns the content to the inside margin. | 
| Line | Aligns the content to the line. | 
| Margin | Aligns the content to the margin. | 
| OutsideMargin | Aligns the content to the outside margin. | 
| Page | Aligns the content to the page. | 
| Paragraph | Aligns the content to the paragraph. | 
| TopMargin | Aligns the content to the top margin. |