Enum HorizontalOrigin
Specifies the Horizontal Origin supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum HorizontalOriginFields
| Name | Description | 
|---|---|
| Character | Aligns the content to the line. | 
| Column | Aligns the content to the paragraph. | 
| InsideMargin | Aligns the content to the inside margin. | 
| LeftMargin | Aligns the content to the top margin. | 
| Margin | Aligns the content to the margin. | 
| OutsideMargin | Aligns the content to the outside margin. | 
| Page | Aligns the content to the page. | 
| RightMargin | Aligns the content to the bottom margin. |