LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

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. .NET support Silverlight support
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 bool AutoChangeGridLength {get; set;}
 get_AutoChangeGridLength();
set_AutoChangeGridLength(value);
public:
property bool AutoChangeGridLength {
   bool get();
   void set (    bool value);
}

Property Value

true to automatically increas the resolution of the grid when zooming if possible, otherwise; false. Default value is true.
Example

For C#/VB examples, refer to AnnSnapToGridOptions.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.