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

In This Topic
    StopOpacity Property
    In This Topic
    Gets or sets a value that defines the opacity of a given gradient stop.
    Syntax
    'Declaration
     
    Public Property StopOpacity As System.Nullable(Of Single)
    public System.Nullable<float> StopOpacity {get; set;}
    See Also