'Declaration
Public Enum TextOverflowType Inherits System.Enum
'Usage
Dim instance As TextOverflowType
public enum TextOverflowType : System.Enum
'Declaration
Public Enum TextOverflowType Inherits System.Enum
'Usage
Dim instance As TextOverflowType
public enum TextOverflowType : System.Enum
Member | Description |
---|---|
Clip | Hide text that does not fit in the text frame. |
Ellipsis | Display text with ellipsis if the text overflow the text frame. |
Overflow | Allow text to overflow the text frame. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.TextOverflowType