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
Type |
---|
VerticalAlignmentType |
Middle
Specifies the VerticalAlignmentType is middle.
Declaration
public const VerticalAlignmentType Middle
Field Value
Type |
---|
VerticalAlignmentType |
None
Specifies the VerticalAlignmentType is none.
Declaration
public const VerticalAlignmentType None
Field Value
Type |
---|
VerticalAlignmentType |
Top
Specifies the VerticalAlignmentType is top.
Declaration
public const VerticalAlignmentType Top
Field Value
Type |
---|
VerticalAlignmentType |