This document is archived and information here might be outdated.  Recommended version.


IProportionalSymbolRenderer.BackgroundSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IProportionalSymbolRenderer Interface > IProportionalSymbolRenderer.BackgroundSymbol Property
ArcGIS Developer Help

IProportionalSymbolRenderer.BackgroundSymbol Property

Background fill symbol used when proportional marker symbols are draw on polygon features.

[Visual Basic .NET]
Public Property BackgroundSymbol As IFillSymbol
[C#]
public IFillSymbol BackgroundSymbol {get; set;}
[C++]
HRESULT get_BackgroundSymbol(
  IFillSymbol** sym
);
[C++]
HRESULT put_BackgroundSymbol(
  IFillSymbol* sym
);
[C++]
Parameters
sym [out, retval]

sym is a parameter of type IFillSymbol** sym [in]
sym is a parameter of type IFillSymbol*

Product Availability

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

Description

This is the fill symbol used to draw the actual shape of polygon features when the renderer is applied to a polygon feature layer. In this situation, the MinSymbol is a marker symbol and is drawn at the center of each poylgon feature.

See Also

IProportionalSymbolRenderer Interface

.NET Samples

Multivariate renderer