Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DrawingText Class / DrawingText Constructor
The text.
The text horizontal alignment.
The text vertical alignment.
The text rotation.


In This Topic
    DrawingText Constructor
    In This Topic
    Initializes a new instance of the DrawingText class.
    Syntax
    'Usage
     
    
    Dim text As String
    Dim textHorizontalAlignment As DrawingTextHorizontalAlignment
    Dim textVerticalAlignment As DrawingTextVerticalAlignment
    Dim textRotation As DrawingTextRotation
     
    Dim instance As New DrawingText(text, textHorizontalAlignment, textVerticalAlignment, textRotation)

    Parameters

    text
    The text.
    textHorizontalAlignment
    The text horizontal alignment.
    textVerticalAlignment
    The text vertical alignment.
    textRotation
    The text rotation.
    See Also