Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DrawingText Class / TextVerticalAlignment Property


In This Topic
    TextVerticalAlignment Property (DrawingText)
    In This Topic
    Gets or sets the text vertical alignment.
    Syntax
    'Declaration
     
    
    Public Property TextVerticalAlignment As DrawingTextVerticalAlignment
    'Usage
     
    
    Dim instance As DrawingText
    Dim value As DrawingTextVerticalAlignment
     
    instance.TextVerticalAlignment = value
     
    value = instance.TextVerticalAlignment
    public DrawingTextVerticalAlignment TextVerticalAlignment {get; set;}

    Property Value

    The text vertical alignment.
    See Also