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

ShowGrid Property






Gets or sets a value that indicates whether do display the grid in design mode. .NET support Silverlight support
Syntax
public bool ShowGrid {get; set;}
'Declaration
 
Public Property ShowGrid As Boolean
'Usage
 
Dim instance As AnnSnapToGridOptions
Dim value As Boolean
 
instance.ShowGrid = value
 
value = instance.ShowGrid
public bool ShowGrid {get; set;}
 get_ShowGrid();
set_ShowGrid(value);
public:
property bool ShowGrid {
   bool get();
   void set (    bool value);
}

Property Value

true to display the grid in design mode, otherwise; false. Default value is false.
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.