LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
GridViewLayout Structure
See Also  Members  
Leadtools.Medical.Workstation.UI Namespace : GridViewLayout Structure




Specifies the rows and columns layout for the N:Leadtools.MedicalViewer control.

Object Model

GridViewLayout Structure

Syntax

Visual Basic (Declaration) 
Public Structure GridViewLayout 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As GridViewLayout
C# 
public struct GridViewLayout : System.ValueType 
Managed Extensions for C++ 
public __value struct GridViewLayout : public System.ValueType 
C++/CLI 
public value class GridViewLayout : public System.ValueType 

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Medical.Workstation.UI.GridViewLayout

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also