ESRI.ArcGIS.ADF.IMS
Transparency Property
See Also 
ESRI.ArcGIS.ADF.IMS.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;}

Remarks

Value to set percentage of transparency of a symbol. 0 is 0 percent transparent, and 100 is 100 percent transparent.

This property is not valid for ArcMap Server image services.

See Also

© 2010 All Rights Reserved.