Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.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