Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / GradientFill Class / Style Property


In This Topic
    Style Property (GradientFill)
    In This Topic
    Gets the direction of the gradient.
    Syntax
    'Declaration
     
    Public ReadOnly Property Style As GradientStyle
    'Usage
     
    Dim instance As GradientFill
    Dim value As GradientStyle
     
    value = instance.Style
    public GradientStyle Style {get;}
    See Also