This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDisplayProps Interface > IRasterDisplayProps.TransparencyValue Property (ArcObjects .NET 10.4 SDK) |
Transparency value for a raster.
[Visual Basic .NET] Public Property TransparencyValue As Integer
[C#] public int TransparencyValue {get; set;}
[C++]
HRESULT get_TransparencyValue(
Long* pValue
);
[C++]
HRESULT put_TransparencyValue(
Long pValue
);
[C++]
Parameters pValue [out, retval] pValue is a parameter of type Long pValue [in] pValue is a parameter of type Long
The TransparencyValue value ranges from 0 to 100, with 0 representing opaque and 100 representing fully transparent.