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

In This Topic
    Opacity Property (SvgGraphicsElement)
    In This Topic
    Gets or sets a value specifying how opaque a given graphical element or container element will be when it is painted to the canvas.
    Syntax
    'Declaration
     
    Public Property Opacity As System.Nullable(Of Single)
    public System.Nullable<float> Opacity {get; set;}
    See Also