Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelArea Class / TextFont Property


In This Topic
    TextFont Property (LabelArea)
    In This Topic
    Gets or sets the font of the text.
    Syntax
    'Declaration
     
    
    Public Property TextFont As Font
    'Usage
     
    
    Dim instance As LabelArea
    Dim value As Font
     
    instance.TextFont = value
     
    value = instance.TextFont
    public Font TextFont {get; set;}
    Remarks
    A value of null (Nothing in VB) indicates that the font is automatically determined.
    See Also