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 > ImageListBox Class : Orientation Property




Gets or sets the value for the Orientation for the items in the ImageListBox.

Syntax

Visual Basic (Declaration) 
Public Property Orientation As Orientation
Visual Basic (Usage)Copy Code
Dim instance As ImageListBox
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 value for the Orientation for the items in the ImageListBox.

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