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

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