|
| ESRI.ArcGIS.ADF.Web | |
| SimpleFillSymbol Constructor(Color,Color,Double,Double,PolygonFillType) | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace > SimpleFillSymbol Class > SimpleFillSymbol Constructor : SimpleFillSymbol Constructor(Color,Color,Double,Double,PolygonFillType) |
- color
- The fill color.
- boundaryColor
- The color of the outline.
- transparency
- boundaryTransparency
- fillType
- The fill type.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal color As Color, _ ByVal boundaryColor As Color, _ ByVal transparency As Double, _ ByVal boundaryTransparency As Double, _ ByVal fillType As PolygonFillType _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim color As Color Dim boundaryColor As Color Dim transparency As Double Dim boundaryTransparency As Double Dim fillType As PolygonFillType Dim instance As New SimpleFillSymbol(color, boundaryColor, transparency, boundaryTransparency, fillType) | |
| C# | |
|---|---|
public SimpleFillSymbol( Color color, Color boundaryColor, double transparency, double boundaryTransparency, PolygonFillType fillType ) | |
Parameters
- color
- The fill color.
- boundaryColor
- The color of the outline.
- transparency
- boundaryTransparency
- fillType
- The fill type.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family