LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Orientation Property (ImageListView)

Show in webframe






Gets or sets the orientation of the items in the ImageListView.
Syntax
public Orientation Orientation {get; set;}
'Declaration
 
Public Property Orientation As Orientation
'Usage
 
Dim instance As ImageListView
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation

            

            
public: __property Orientation get_Orientation();
public: __property void set_Orientation( 
   Orientation value
);
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

See Also

Reference

ImageListView Class
ImageListView Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.