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


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