Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

AutoChangeGridLength Property






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.
Syntax
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.
Example
For an example, refer to AnnSnapToGridOptions.
Requirements

Target Platforms

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)