Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.Text Namespace / DrawTextArgs Structure / Text Field


In This Topic
    Text Field (DrawTextArgs)
    In This Topic
    Text to draw.
    Syntax
    'Declaration
     
    
    Public Text As String
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As String
     
    value = instance.Text
     
    instance.Text = value
    public string Text
    See Also