ESRI.ArcGIS.Mobile
Opacity Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > MapLayer Class : Opacity Property

The value of the Opacity property is expressed as a value between 0.0 and 1.0. The default value is 1.0.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Opacity As Double
C# 
public virtual double Opacity {get; set;}

Remarks

A Opacity value of 0 indicates that the brush is completely transparent, while a value of 1 indicates that the brush is completely opaque. A value of 0.5 indicates the brush is 505 opaque, and so on. Values less than 0 are treated as 0, while values greater than 1 are treated as 1.

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

© 2013 All Rights Reserved.