ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _LinearGradientColor Class / colorStops Property

In This Topic
    colorStops Property (_LinearGradientColor)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property colorStops As List(Of IColorStop)
    public List<IColorStop> colorStops {get;}
    See Also