←Select platform

ShowGrid Property

Summary

Gets or sets a value that indicates whether do display the grid in design mode.

Syntax

C#
VB
Java
WinRT C#
C++
public bool ShowGrid { get; set; } 
Public Property ShowGrid As Boolean 
public bool ShowGrid {get; set;} 
public boolean getShowGrid() 
public void setShowGrid(boolean showGrid) 
             
  
get_ShowGrid(); 
set_ShowGrid(value); 
Object.defineProperty('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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly