This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDimDisplayFilter Interface > IDimDisplayFilter.Opacity Property (ArcObjects .NET 10.4 SDK) |
Opacity value (0-255).
[Visual Basic .NET] Public Property Opacity As Short
[C#] public short Opacity {get; set;}
[C++]
HRESULT get_Opacity(
short* alpha
);
[C++]
HRESULT put_Opacity(
short alpha
);
[C++]
Parameters alpha [out, retval] alpha is a parameter of type short alpha [in] alpha is a parameter of type short