This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkGenericDrawTool Interface > IEngineInkGenericDrawTool.Transparency Property (ArcObjects .NET 10.4 SDK) |
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
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.