Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgStopElement Class / StopColor Property

In This Topic
    StopColor Property
    In This Topic
    Gets or sets an SvgColor indicating what color to use at that gradient stop.
    Syntax
    'Declaration
     
    Public Property StopColor As System.Nullable(Of SvgColor)
    public System.Nullable<SvgColor> StopColor {get; set;}
    See Also