Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextOverflowType Enumeration


TextOverflowType Enumeration
Specifies the overflow setting for a text frame.
Syntax
'Declaration
 
Public Enum TextOverflowType 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextOverflowType
Members
MemberDescription
ClipHide text that does not fit in the text frame.
EllipsisDisplay text with ellipsis if the text overflow the text frame.
OverflowAllow text to overflow the text frame.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Drawing.TextOverflowType

See Also