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


In This Topic
    DrawingTextFormat Enumeration
    In This Topic
    Specifies the format of a text string relative to its layout rectangle.
    Syntax
    'Declaration
     
    
    Public Enum DrawingTextFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DrawingTextFormat
    public enum DrawingTextFormat : System.Enum 
    Members
    MemberDescription
    EllipsisSpecifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
    HorizontalCenterSpecifies that text is horizontal-aligned in the center of the layout rectangle.
    HorizontalRightText will be draw with right alignment.
    NoneSpecifies to clear DrawingTextFormat.
    SingleLineDisplays the text in a single line.
    VertialCenterSpecifies that text is vertical-aligned in the center of the layout rectangle.
    VerticalBottomText will be aligned from bottom to top in the layout rectangle.
    WrapText wrapping between lines when formatting within a rectangle is enable.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.DrawingTextFormat

    See Also