This document is archived and information here might be outdated. Recommended version. |
Indicates whether to draw leader lines from the symbol to the surface.
[Visual Basic .NET]
Public Property DrawLeaderLines As Boolean
[C#]
public bool DrawLeaderLines {get; set;}
[C++]
HRESULT get_DrawLeaderLines(
Boolean* Draw
);
[C++]
HRESULT put_DrawLeaderLines(
VARIANT_BOOL Draw
);
[C++] Parameters Draw [out, retval]
Draw is a parameter of type bool* Draw [in]
Draw is a parameter of type bool