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




Gets or sets the transparency of the symbol. This value must be between 0 and 100.

Syntax

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

See Also

© 2010 All Rights Reserved.