This document is archived and information here might be outdated. Recommended version. |
Specifies the color of the leader line.
[Visual Basic .NET] Public Property LeaderLinesColor As IColor
[C#] public IColor LeaderLinesColor {get; set;}
[C++]
HRESULT get_LeaderLinesColor(
IColor** color
);
[C++]
HRESULT put_LeaderLinesColor(
IColor* color
);
[C++] Parameters color [out, retval]
color is a parameter of type IColor** color [in]
color is a parameter of type IColor*