Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LabelArea Class / TextFont Property
Example


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.
    Example
    This example sets the TextFont property.
    See Also