Fill Property (LabelArea)
In This Topic
Gets or sets the fill of the background behind the text.
Syntax
'Declaration
Public Property Fill As Fill
'Usage
Dim instance As LabelArea
Dim value As Fill
instance.Fill = value
value = instance.Fill
public Fill Fill {get; set;}
Example
This example uses the Fill property.
See Also