| ArcGIS Explorer Component Help |
| Layer..::.Transparency Property |
| Layer Class See Also |
Gets or sets the transparency for the Layer in a map.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public int Transparency { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Transparency As Integer |
Field Value
An integer indicating the percentage transparency, where 0 is opaque and 100 is fully transparent.
Remarks
Layer transparency can be set at any time, however only has a noticeable effect when the Layer is contained by
a map.