Gets or sets the transparency amount between the image and the canvas.

public int Transparency {get; set;}
public int Transparency {get; set;}
get_Transparency();
set_Transparency(value);
public:
property int Transparency {
int get();
void set ( int value);
}
'Declaration
Public Property Transparency As Integer
'Usage
Dim instance As CanvasCommand
Dim value As Integer
instance.Transparency = value
value = instance.Transparency
Property Value
The transparency amount between the image and the canvas. Valid range is from 0 to 100. When set to 0, only the canvas image displays, and when set to 100, the canvas image is barely visible.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2