This document is archived and information here might be outdated. Recommended version. |
Indicates if the auto-snap property is enabled.
[Visual Basic .NET]
Public Property AutoSnap As Boolean
[C#]
public bool AutoSnap {get; set;}
[C++]
HRESULT get_AutoSnap(
Boolean* flag
);
[C++]
HRESULT put_AutoSnap(
VARIANT_BOOL flag
);
[C++] Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type bool
AutoSnap is a boolean indicator that specifies if the leader will be snapped the the closest horizontal and vertical alignment zones of the text. The default AutoSnap is True.