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


In This Topic
    ForeColor Field (DrawTextArgs)
    In This Topic
    Color of the text.
    Syntax
    'Declaration
     
    
    Public ForeColor As Color
    'Usage
     
    
    Dim instance As DrawTextArgs
    Dim value As Color
     
    value = instance.ForeColor
     
    instance.ForeColor = value
    public Color ForeColor
    See Also