Gets or sets the transparency value of the dimmed area outside the shutter annotation object.
public
float Transparency {get; set;}
'Declaration
Public Property Transparency As
Single
'Usage
Dim instance As
ShutterArea
Dim value As
Single
instance.Transparency = value
value = instance.Transparency
public:
property
float Transparency {
float get();
void set (
float value);
}
Property Value
Value that represents the the transparency value of the dimmed area outside the shutter annotation object, valid values are from 0 to 1.