'Declaration
Public Enum DrawingTextFormat Inherits System.Enum
'Usage
Dim instance As DrawingTextFormat
public enum DrawingTextFormat : System.Enum
'Declaration
Public Enum DrawingTextFormat Inherits System.Enum
'Usage
Dim instance As DrawingTextFormat
public enum DrawingTextFormat : System.Enum
Member | Description |
---|---|
Ellipsis | Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. |
HorizontalCenter | Specifies that text is horizontal-aligned in the center of the layout rectangle. |
HorizontalRight | Text will be draw with right alignment. |
None | Specifies to clear DrawingTextFormat. |
SingleLine | Displays the text in a single line. |
VertialCenter | Specifies that text is vertical-aligned in the center of the layout rectangle. |
VerticalBottom | Text will be aligned from bottom to top in the layout rectangle. |
Wrap | Text wrapping between lines when formatting within a rectangle is enable. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.DrawingTextFormat