This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksRenderer Interface > IClassBreaksRenderer.BackgroundSymbol Property (ArcObjects .NET 10.5 SDK) |
Background fill symbol used when graduated 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