This document is archived and information here might be outdated. Recommended version. |
Indicates the width of the leader lines in pixels.
[Visual Basic .NET] Public Property LeaderLinesWidth As Double
[C#] public double LeaderLinesWidth {get; set;}
[C++]
HRESULT get_LeaderLinesWidth(
System.Double* width
);
[C++]
HRESULT put_LeaderLinesWidth(
double width
);
[C++]
Parameters width [out, retval]
width is a parameter of type double* width [in]
width is a parameter of type double