←Select platform

GridLength Property

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public int GridLength { get; set; } 
Public Property GridLength As Integer 
public int GridLength {get; set;} 
public int getGridLength() 
public void setGridLength(int gridLength) 
             
  
get_GridLength(); 
set_GridLength(value); 
Object.defineProperty('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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly