Gets or sets a value that indicates the 'snap' behavior when drawing or moving annotation objects in design mode.
public bool EnableSnap {get; set;}
'Declaration
Public Property EnableSnap As Boolean
'Usage
Dim instance As AnnSnapToGridOptions
Dim value As Boolean
instance.EnableSnap = value
value = instance.EnableSnap
public:
property bool EnableSnap {
bool get();
void set ( bool value);
}
Property Value
true to enforce moving or drawing annotation objects snap to the nearest grid point,
false to not enforce moving or drawing annotation objects do not snap to nearest grid point. Default value is
true.