←Select platform

GridLength Property

Summary

Gets or sets a value indicating the length of the grid in pixels .

Syntax
C#
VB
C++
Java
public int GridLength { get; set; } 
Public Property GridLength As Integer 
public int getGridLength() 
public void setGridLength(int gridLength) 
public:  
   property Int32 GridLength 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

An System.Int32 that indicates the length of the grid in pixels. Default value is 20.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly