Returns a new symbol object with the specified fill color.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public static Symbol CreateFill(
	Color fillColor
)
Visual Basic (Declaration)
Public Shared Function CreateFill ( _
	fillColor As Color _
) As Symbol

Parameters

fillColor
Type: System.Drawing..::.Color

The fill color for the symbol.

Return Value

A new Symbol object with the specified fill color.

Remarks

This overload can be used to create a new symbol with the specified fill color.

See Also