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


In This Topic
    TextFontAlign Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum TextFontAlign 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextFontAlign
    public enum TextFontAlign : System.Enum 
    Members
    MemberDescription
    Auto 
    Baseline 
    Bottom 
    Center 
    Top 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.TextFontAlign

    See Also