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