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