ESRI.ArcGIS.ADF.IMS
BoundaryTransparency Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleFillSymbol Class : BoundaryTransparency Property




Gets or sets the transparency of the boundary.

Syntax

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

Example

For an example of using this property, see the SimpleFillSymbol overview .

Remarks

Value to set percentage of transparency for the polygon boundaries. 0 is 0 percent transparent, and 100 is 100 percent transparent.

This property is ignored for ArcMap Server image services.

Default is 0.

See Also

© 2010 All Rights Reserved.