Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Stripe Class / Fill Property


In This Topic
Fill Property (Stripe)
In This Topic
Gets or sets the fill of the stripe.
Syntax
'Declaration
 
Public Property Fill As Fill
 
'Usage
 
Dim instance As Stripe
Dim value As Fill
 
instance.Fill = value
 
value = instance.Fill
See Also