This document is archived and information here might be outdated. Recommended version. |
Indicates whether the leader line will be colored according to the leader lines color property or according to the symbolized feature it points to.
[Visual Basic .NET]
Public Property LeaderLinesUseSymbolColor As Boolean
[C#]
public bool LeaderLinesUseSymbolColor {get; set;}
[C++]
HRESULT get_LeaderLinesUseSymbolColor(
Boolean* useSymbolColor
);
[C++]
HRESULT put_LeaderLinesUseSymbolColor(
VARIANT_BOOL useSymbolColor
);
[C++] Parameters useSymbolColor [out, retval]
useSymbolColor is a parameter of type bool* useSymbolColor [in]
useSymbolColor is a parameter of type bool