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


ISymbolCollectionElement.Background Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISymbolCollectionElement Interface > ISymbolCollectionElement.Background Property
ArcGIS Developer Help

ISymbolCollectionElement.Background Property

Background symbol.

[Visual Basic .NET]
Public Property Background As ITextBackground
[C#]
public ITextBackground Background {get; set;}
[C++]
HRESULT get_Background(
  ITextBackground** Symbol
);
[C++]
HRESULT putref_Background(
  ITextBackground* Symbol
);
[C++]
Parameters
Symbol [out, retval]

Symbol is a parameter of type ITextBackground** Symbol [in]
Symbol is a parameter of type ITextBackground*

Product Availability

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

See Also

ISymbolCollectionElement Interface