ESRI.ArcGIS.ADF.Web
SimpleFillSymbol Constructor(Color,Color,PolygonFillType)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > SimpleFillSymbol Class > SimpleFillSymbol Constructor : SimpleFillSymbol Constructor(Color,Color,PolygonFillType)




color
The fill color.
boundaryColor
The color of the outline.
fillType
The fill type.
Constructs a SimpleFillSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal boundaryColor As Color, _
   ByVal fillType As PolygonFillType _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim boundaryColor As Color
Dim fillType As PolygonFillType
 
Dim instance As SimpleFillSymbol(color, boundaryColor, fillType)
C# 
public SimpleFillSymbol( 
   Color color,
   Color boundaryColor,
   PolygonFillType fillType
)

Parameters

color
The fill color.
boundaryColor
The color of the outline.
fillType
The fill type.

See Also

© 2010 All Rights Reserved.