Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HorizontalAnchor Enumeration


In This Topic
    HorizontalAnchor Enumeration
    In This Topic
    Specifies the horizontal alignment of text in a text frame.
    Syntax
    'Declaration
     
    
    Public Enum HorizontalAnchor 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As HorizontalAnchor
    public enum HorizontalAnchor : System.Enum 
    Members
    MemberDescription
    CenterText is centered horizontally.
    NoneNo alignment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.HorizontalAnchor

    See Also