Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextOverflowType Enumeration


In This Topic
    TextOverflowType Enumeration
    In This Topic
    Specifies the overflow setting for a text frame.
    Syntax
    'Declaration
     
    
    Public Enum TextOverflowType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextOverflowType
    public enum TextOverflowType : System.Enum 
    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