Gets or sets a value indicates whether to atomically increase the resolution of the grid when zooming in by 100, 200, 400 and so on.
public bool AutoChangeGridLength {get; set;}
'Declaration
Public Property AutoChangeGridLength As Boolean
'Usage
Dim instance As AnnSnapToGridOptions
Dim value As Boolean
instance.AutoChangeGridLength = value
value = instance.AutoChangeGridLength
public:
property bool AutoChangeGridLength {
bool get();
void set ( bool value);
}
Property Value
true to automatically increase the resolution of the grid when zooming if possible, otherwise;
false. Default value is
true.