This document is archived and information here might be outdated. Recommended version. |
The symbol used to render the leader line.
[Visual Basic .NET] Public Property LeaderSymbol As ISymbol
[C#] public ISymbol LeaderSymbol {get; set;}
[C++]
HRESULT get_LeaderSymbol(
ISymbol* Symbol
);
[C++]
HRESULT put_LeaderSymbol(
ISymbol** Symbol
);
[C++] Parameters Symbol [in]
Symbol is a parameter of type ISymbol* Symbol [out, retval]
Symbol is a parameter of type ISymbol**