The transparency used to render the element created by this tool.
[Visual Basic .NET] Public Property Transparency As Integer
[C#] public int Transparency {get; set;}
[C++]
HRESULT get_Transparency(
long* pTrans
);
[C++]
HRESULT put_Transparency(
long pTrans
);
[C++]Parameters
pTrans [out, retval] pTrans is a parameter of type long pTrans [in] pTrans is a parameter of type long
Product Availability
Available with ArcGIS Engine.
Description
The Transparency used by the ControlsInkGenericDrawTool. Transparency is the degree to which the Color is opaque. 0 for opaque and 255 for transparent. By default Transparency is 0.