FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / TextFill Property


In This Topic
TextFill Property (LegendArea)
In This Topic
Gets or sets the fill of the text.
Syntax
'Declaration
 
Public Property TextFill As Fill
 
'Usage
 
Dim instance As LegendArea
Dim value As Fill
 
instance.TextFill = value
 
value = instance.TextFill
Remarks
A value of null (Nothing in VB) indicates that the fill will be automatically determined.
See Also