LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

PreferredImageItemHeight Property







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 int PreferredImageItemHeight {get; set;}
 get_PreferredImageItemHeight();
set_PreferredImageItemHeight(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.