Intersoft ClientUI Documentation
ItemHeight Property (WrapPanel)



Gets or sets the height of the layout area for each item that is contained in a WrapPanel.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Layout")>
Public Property ItemHeight As Double
Dim instance As WrapPanel
Dim value As Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Layout")]
public double ItemHeight {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Layout")]
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 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

WrapPanel Class
WrapPanel Members

Send Feedback