Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

ShowGrid Property






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 an example, refer to AnnSnapToGridOptions.
Requirements

Target Platforms

See Also

Reference

AnnSnapToGridOptions Class
AnnSnapToGridOptions Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)