Transparency Property (Shadow)
In This Topic
Gets or sets the transparency of the shadow, in percent. A value of 0 defines a solid (non-transparent) shadow, a value of 100 defines a fully transparent (invisible) shadow.
Syntax
'Declaration
Public Property Transparency As Single
public float Transparency {get; set;}
See Also