Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GradientInfo Class / ColorStops Property


In This Topic
    ColorStops Property (GradientInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorStops As GradientColorStopInfoCollection
    'Usage
     
    Dim instance As GradientInfo
    Dim value As GradientColorStopInfoCollection
     
    value = instance.ColorStops
    public GradientColorStopInfoCollection ColorStops {get;}
    See Also