LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

PreferredImageItemHeight Property

Show in webframe






Gets or sets the preferred ImageItem height.
Syntax
public int PreferredImageItemHeight {get; set;}
'Declaration
 
Public Property PreferredImageItemHeight As Integer
'Usage
 
Dim instance As ImageListBox
Dim value As Integer
 
instance.PreferredImageItemHeight = value
 
value = instance.PreferredImageItemHeight

            

            
public: __property int get_PreferredImageItemHeight();
public: __property void set_PreferredImageItemHeight( 
   int value
);
public:
property int PreferredImageItemHeight {
   int get();
   void set (    int value);
}

Property Value

An System.Int32 that represents the preferred ImageItem height.
Requirements

Target Platforms

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


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