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




Specifies Constants the define the orientation of items in the Leadtools.Medical.Workstation.UI.ImageListView

Syntax

Visual Basic (Declaration) 
Public Enum Orientation 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As Orientation
C# 
public enum Orientation : System.Enum, IComparableIConvertibleIFormattable  
Managed Extensions for C++ 
__value public enum Orientation : public System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class Orientation : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LeftRightIndicates that the orientation is from left to right.
TopBottomIndicates that the orientation is from top to bottom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Medical.Workstation.UI.Orientation

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