Intersoft ClientUI Documentation
ItemHeight Property
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > WrapPanel Class : ItemHeight Property






Gets or sets the height of the layout area for each item that is contained in a WrapPanel.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Layout")>
<TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property ItemHeight As Double
Visual Basic (Usage)Copy Code
Dim instance As WrapPanel
Dim value As Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight
C# 
[CategoryAttribute("Layout")]
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public double ItemHeight {get; set;}
Delphi 
public read-write property ItemHeight: Double; 
JScript 
CategoryAttribute("Layout")
TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public function get,set ItemHeight : double
Managed Extensions for C++ 
[CategoryAttribute("Layout")]
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property double get_ItemHeight();
public: __property void set_ItemHeight( 
   double value
);
C++/CLI 
[CategoryAttribute("Layout")]
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property double ItemHeight {
   double get();
   void set (    double value);
}

Property Value

The height applied to the layout area of each item that is contained within a WrapPanel. The default value is System.Double.NaN.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.