Enum OfficeVerticalAlignment
Specifies the vertical alignment of text in a text frame.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeVerticalAlignment
Fields
Name | Description |
---|---|
Bottom | Aligns text to bottom of text frame. |
BottomCentered | Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position. |
Middle | Centers text vertically. |
MiddleCentered | Anchors center of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position. |
Top | Aligns text to top of text frame. |
TopCentered | Anchors top of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position. |