Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Opacity Property

In This Topic
    Opacity Property (SvgElement)
    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