Spread WPF 18
GrapeCity.Drawing Namespace / GradientBrush Class / PathShadeType Property


In This Topic
    PathShadeType Property (GradientBrush)
    In This Topic
    Defines the PathShadeTypeValues enumeration.
    Syntax
    'Declaration
     
    Public ReadOnly Property PathShadeType As PathShadeType
    'Usage
     
    Dim instance As GradientBrush
    Dim value As PathShadeType
     
    value = instance.PathShadeType
    public PathShadeType PathShadeType {get;}
    See Also