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


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