ESRI.ArcGIS.ADF.Web
Transparency Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : Transparency Property




The percentage transparency for the graphics layer when overlaid on other graphics layer in the dataset resources.

Syntax

Visual Basic (Declaration) 
Public Property Transparency As Single
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim value As Single
 
instance.Transparency = value
 
value = instance.Transparency
C# 
public float Transparency {get; set;}

Remarks

This is a value between 0 (no transparency, the default) and 100 (completely transparent, i.e., no visibility). Setting a value above 0 causes the layer to be partially transparent, so that the layer underneath the current layer is partially visible. Note that the map resource (graphics dataset) to which this layer belongs could itself a transparency that is applied after the layer's transparency is applied .

See Also

© 2010 All Rights Reserved.