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