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


IMarkerTextBackground.Symbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerTextBackground Interface > IMarkerTextBackground.Symbol Property
ArcGIS Developer Help

IMarkerTextBackground.Symbol Property

The marker symbol.

[Visual Basic .NET]
Public Property Symbol As IMarkerSymbol
[C#]
public IMarkerSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
  IMarkerSymbol** MarkerSymbol
);
[C++]
HRESULT putref_Symbol(
  IMarkerSymbol* MarkerSymbol
);
[C++]
Parameters
MarkerSymbol [out, retval]

MarkerSymbol is a parameter of type IMarkerSymbol** MarkerSymbol [in]
MarkerSymbol is a parameter of type IMarkerSymbol*

Product Availability

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

Description

Symbol is the marker used as the background to the text. Any IMarkerSymbol interface can be used.

See Also

IMarkerTextBackground Interface