This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.Transparency Property (ArcObjects .NET 10.4 SDK) |
The Alpha Blending value. (0 for transparent, 255 for opaque).
[Visual Basic .NET] Public Property Transparency As Byte
[C#] public byte Transparency {get; set;}
[C++]
HRESULT get_Transparency(
Byte* alphaValue
);
[C++]
HRESULT put_Transparency(
Byte alphaValue
);
[C++]
Parameters alphaValue [out, retval] alphaValue is a parameter of type Byte alphaValue [in] alphaValue is a parameter of type Byte