LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

ItemsLayout Property

Show in webframe






Gets or sets the value that indicates the layout style for the ImageListView.
Syntax
public ImageListViewItemLayout ItemsLayout {get; set;}
'Declaration
 
Public Property ItemsLayout As ImageListViewItemLayout
'Usage
 
Dim instance As ImageListView
Dim value As ImageListViewItemLayout
 
instance.ItemsLayout = value
 
value = instance.ItemsLayout

            

            
public: __property ImageListViewItemLayout get_ItemsLayout();
public: __property void set_ItemsLayout( 
   ImageListViewItemLayout value
);
public:
property ImageListViewItemLayout ItemsLayout {
   ImageListViewItemLayout get();
   void set (    ImageListViewItemLayout value);
}

Property Value

The ImageListViewItemLayout value that represents the layout style.
Remarks
Requirements

Target Platforms

See Also

Reference

ImageListView Class
ImageListView Members

 

 


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