Enum ShapeVerticalAlignment
Specifies the Shape Vertical Alignment supported by the SfRichTextBoxAdv control.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum ShapeVerticalAlignmentFields
| Name | Description | 
|---|---|
| Bottom | Aligns the content to the bottom. | 
| Center | Aligns the content to the center. | 
| Inline | Aligns the content to the inline. | 
| Inside | Aligns the content to the inside. | 
| None | Aligns the content to the none. | 
| Outside | Aligns the content to the outside. | 
| Top | Aligns the content to the top. |