This document is archived and information here might be outdated. Recommended version. |
Line label placement position options.
[Visual Basic .NET] Public Property LineLabelPosition As ILineLabelPosition
[C#] public ILineLabelPosition LineLabelPosition {get; set;}
[C++]
HRESULT get_LineLabelPosition(
ILineLabelPosition** position
);
[C++]
HRESULT put_LineLabelPosition(
ILineLabelPosition* position
);
[C++] Parameters position [out, retval]
position is a parameter of type ILineLabelPosition** position [in]
position is a parameter of type ILineLabelPosition*