←Select platform

AutoChangeGridLength Property

Summary

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

C#
VB
C++
public bool AutoChangeGridLength { get; set; } 
  
Public Property AutoChangeGridLength As Boolean 
public: 
property bool AutoChangeGridLength { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly