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