Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DrawingTextVerticalAlignment Enumeration


In This Topic
    DrawingTextVerticalAlignment Enumeration
    In This Topic
    Represents the vertical alignment of the drawing text.
    Syntax
    'Declaration
     
    
    Public Enum DrawingTextVerticalAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DrawingTextVerticalAlignment
    public enum DrawingTextVerticalAlignment : System.Enum 
    Members
    MemberDescription
    Bottom 
    Justify 
    JustifyDistributed 
    Middle 
    Top 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.DrawingTextVerticalAlignment

    See Also