ArcObjects Library Reference (Display)  

IFillSymbol.Color Property

Fill color.

[Visual Basic .NET]
Public Property Color As IColor
[C#]
public IColor Color {get; set;}
[C++]
HRESULT get_Color(
  IColor** Color
);
[C++]
HRESULT put_Color(
  IColor* Color
);
[C++]

Parameters

Color [out, retval]

  Color is a parameter of type IColor

Color [in]

  Color is a parameter of type IColor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Color is the color for a FillSymbol object. Any IColor object can be used.

See Also

IFillSymbol Interface

.NET Samples

3D multipatch examples (Code Files: ElementUtilities) | Create a custom default raster renderer (Code Files: RasterRendererMaker_1bit_TIFF_VBNET) | Create a custom tool (Code Files: DrawGraphicLine) | Creating a toolbar of globe tools (Code Files: PolygonElement) | Custom UI elements using add-ins (Code Files: AddGraphicsTool) | Draw text on a MapControl (Code Files: DrawText) | Executing geoprocessing tools in the background (Code Files: RunGPForm) | Geodesy MapControl (Code Files: GeodesyMapControl) | Geoevents in a MapControl (Code Files: GeoEvents) | Multivariate renderer (Code Files: MultivariateRenderer) | Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm) | Triangle graphic element (Code Files: TriangleElementClass) | Use an AlgorithmicColorRamp to color a ClassBreaksRenderer (Code Files: AlgorithmicColorRamp) |

.NET Related Topics

Create a custom tool | DefenseSolutions | How to create a raster classify renderer | How to create a raster unique value renderer | How to define a renderer for your layer |