Class VerticalAlignmentType
Specifies the vertical alignment of the text.
Inheritance
System.Object
VerticalAlignmentType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class VerticalAlignmentType : Enum
Fields
Bottom
Specifies the VerticalAlignmentType is bottom.
Declaration
public const VerticalAlignmentType Bottom
Field Value
Middle
Specifies the VerticalAlignmentType is middle.
Declaration
public const VerticalAlignmentType Middle
Field Value
None
Specifies the VerticalAlignmentType is none.
Declaration
public const VerticalAlignmentType None
Field Value
Top
Specifies the VerticalAlignmentType is top.
Declaration
public const VerticalAlignmentType Top