Transparency Property (SolidColor)
In This Topic
Gets or sets the degree of transparency of the color as a value between 0 (opaque) and 1 (clear).
Syntax
'Declaration
Public Property Transparency As System.Single
public System.float Transparency {get; set;}
See Also