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


In This Topic
    Graphics Field
    In This Topic
    Graphics device interface for painting the text.
    Syntax
    'Declaration
     
    
    Public Graphics As Graphics
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Graphics
     
    value = instance.Graphics
     
    instance.Graphics = value
    public Graphics Graphics
    See Also