This document is archived and information here might be outdated. Recommended version. |
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*
Symbol is the marker used as the background to the text. Any IMarkerSymbol interface can be used.