ESRI.ArcGIS.Mobile
Transparency Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Layer Class : Transparency Property

Gets the mapLayer transparency value in percentage.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
Public ReadOnly Property Transparency As Short
C# 
[CompilerGeneratedAttribute()]
public short Transparency {get;}

Remarks

The value should range from 0 to 100, with 100 being fully transparent.

To set the layer transparency on Map control for rendering purpose, see MapLayer.Transparency. Keep in mind that changing the map transparency only affect the map rendering in the Map control. It doesn't affect anything as published in the ArcGIS server.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also