This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* pTrans
);
[C++] Parameters pTrans [in]
pTrans is a parameter of type long pTrans [out, retval]
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.