←Select platform

ShowGrid Property

Summary
A value that indicates whether do display the grid in design mode.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool ShowGrid { get; set; } 
@property (nonatomic, assign) BOOL showGrid; 
public boolean getShowGrid() 
public void setShowGrid(boolean showGrid) 
public:  
   property bool ShowGrid 
   { 
      bool get() 
      void set(bool value) 
   } 
ShowGrid # get and set (AnnSnapToGridOptions) 

Property Value

true to display the grid in design mode, otherwise; false. Default value is false.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.