This document is archived and information here might be outdated.  Recommended version.


IEngineInkGenericDrawTool.Transparency Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkGenericDrawTool Interface > IEngineInkGenericDrawTool.Transparency Property
ArcGIS Developer Help

IEngineInkGenericDrawTool.Transparency Property

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*

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.

See Also

IEngineInkGenericDrawTool Interface