This document is archived and information here might be outdated. Recommended version. |
Toggles snapping to text on/off.
[Visual Basic .NET] Public Property TextSnapping As Boolean
[C#] public bool TextSnapping {get; set;}
[C++]
HRESULT get_TextSnapping(
Boolean* Snapping
);
[C++]
HRESULT put_TextSnapping(
VARIANT_BOOL Snapping
);
[C++]
Parameters Snapping [out, retval]
Snapping is a parameter of type bool* Snapping [in]
Snapping is a parameter of type bool