Intersoft ClientUI Documentation
ItemImageHeight Property (UXListBox)



Gets or sets the item's height of the image.
Syntax
<CategoryAttribute("Item Settings")>
Public Property ItemImageHeight As Double
Dim instance As UXListBox
Dim value As Double
 
instance.ItemImageHeight = value
 
value = instance.ItemImageHeight
[CategoryAttribute("Item Settings")]
public double ItemImageHeight {get; set;}
[CategoryAttribute("Item Settings")]
public:
property double ItemImageHeight {
   double get();
   void set (    double value);
}
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

UXListBox Class
UXListBox Members

Send Feedback