This document is archived and information here might be outdated. Recommended version. |
Indicates whether the rectangle's length is fixed.
[Visual Basic .NET]
Public Property SnapLength As Boolean
[C#]
public bool SnapLength {get; set;}
[C++]
HRESULT get_SnapLength(
Boolean* SnapLength
);
[C++]
HRESULT put_SnapLength(
VARIANT_BOOL SnapLength
);
[C++] Parameters SnapLength [out, retval]
SnapLength is a parameter of type bool* SnapLength [in]
SnapLength is a parameter of type bool