Enum ShapeHorizontalAlignment
Specifies the Shape Horizontal Alignment supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum ShapeHorizontalAlignmentFields
| Name | Description | 
|---|---|
| Center | Aligns the content to the center. | 
| Inside | Aligns the content to the inside. | 
| Left | Aligns the content to the left. | 
| None | Aligns the content to the none. | 
| Outside | Aligns the content to the outside. | 
| Right | Aligns the content to the right. |