Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleRadialGradient Class / GradientStops Property

In This Topic
    GradientStops Property (C1StyleRadialGradient)
    In This Topic
    Gets the gradient stops.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property GradientStops As IReadOnlyCollection(Of C1StyleGradientStop)
    public IReadOnlyCollection<C1StyleGradientStop> GradientStops {get;}
    See Also