LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ShowGrid Property

Show in webframe





Gets or sets a value that indicates whether do display the grid in design mode.
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:
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

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

 

 


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