GridSize Property

Summary

Gets or sets the size of the grid.

Syntax
C#
VB
C++
public Size GridSize { get; set; } 
  
Public Property GridSize As Size 
            public: 
property Size GridSize { 
   Size get(); 
   void set (    Size ); 
} 

Property Value

The size of the grid.

Example

For an example, refer to MedicalViewerLayoutOptions.

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.MedicalViewer Assembly