ESRI.ArcGIS.Mobile
DefaultTransparency Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureSource Class : DefaultTransparency Property

Gets the feature source transparency as a percentage.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DefaultTransparency As Short
C# 
public short DefaultTransparency {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.

Requirements

Target 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