Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGraphicsElement Class / StrokeOpacity Property

In This Topic
    StrokeOpacity Property
    In This Topic
    Gets or sets a value specifying the opacity of the painting operation used to stroke the current object.
    Syntax
    'Declaration
     
    Public Property StrokeOpacity As System.Nullable(Of Single)
    public System.Nullable<float> StrokeOpacity {get; set;}
    See Also