LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Orientation Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > ImageListView Class : Orientation Property




Gets or sets the orientation of the items in the ImageListView.

Syntax

Visual Basic (Declaration) 
Public Property Orientation As Orientation
Visual Basic (Usage)Copy Code
Dim instance As ImageListView
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
C# 
public Orientation Orientation {get; set;}
Managed Extensions for C++ 
public: __property Orientation get_Orientation();
public: __property void set_Orientation( 
   Orientation value
);
C++/CLI 
public:
property Orientation Orientation {
   Orientation get();
   void set (    Orientation value);
}

Property Value

The Orientation value that represents the orientation of the items in the ImageListView.

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