LEADTOOLS Annotations (Leadtools.Annotations assembly)

AutoChangeGridLength Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.