This document is archived and information here might be outdated. Recommended version. |
Indicates if positions represent percentage or absolute distance along the line.
[Visual Basic .NET]
Public Property PositionAsRatio As Boolean
[C#]
public bool PositionAsRatio {get; set;}
[C++]
HRESULT get_PositionAsRatio(
Boolean* asRatio
);
[C++]
HRESULT put_PositionAsRatio(
VARIANT_BOOL asRatio
);
[C++] Parameters asRatio [out, retval]
asRatio is a parameter of type bool* asRatio [in]
asRatio is a parameter of type bool