Class OfficeVerticalAlignment
Specifies the vertical alignment of text in a text frame.
Inheritance
System.Object
OfficeVerticalAlignment
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeVerticalAlignment : Enum
Fields
Bottom
Aligns text to bottom of text frame.
Declaration
public const OfficeVerticalAlignment Bottom
Field Value
Type |
---|
OfficeVerticalAlignment |
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.
Declaration
public const OfficeVerticalAlignment BottomCentered
Field Value
Type |
---|
OfficeVerticalAlignment |
Middle
Centers text vertically.
Declaration
public const OfficeVerticalAlignment Middle
Field Value
Type |
---|
OfficeVerticalAlignment |
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.
Declaration
public const OfficeVerticalAlignment MiddleCentered
Field Value
Type |
---|
OfficeVerticalAlignment |
Top
Aligns text to top of text frame.
Declaration
public const OfficeVerticalAlignment Top
Field Value
Type |
---|
OfficeVerticalAlignment |
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.
Declaration
public const OfficeVerticalAlignment TopCentered
Field Value
Type |
---|
OfficeVerticalAlignment |