Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.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
    public Fill Fill {get; set;}
    See Also