'Declaration Public Enum VerticalAnchor Inherits System.Enum
'Usage Dim instance As VerticalAnchor
public enum VerticalAnchor : System.Enum
'Declaration Public Enum VerticalAnchor Inherits System.Enum
'Usage Dim instance As VerticalAnchor
public enum VerticalAnchor : System.Enum
Member | Description |
---|---|
Bottom | Aligns text to bottom of text frame. |
Distributed | Specifies that rotated text should wrap and be aligned to form straight edges on the left and right, including the last line. |
Justify | Specifies that rotated text is vertically justified. |
Middle | Centers text vertically. |
Top | Aligns text to top of text frame. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.VerticalAnchor