ComponentOne Basic Library for WPF and Silverlight
ItemHeight Property (C1WrapPanel)


C1.Silverlight Namespace > C1WrapPanel Class : ItemHeight Property
Gets or sets a value that specifies the height of all items that are contained within the panel.
Syntax
'Declaration
 
Public Property ItemHeight As System.Double
'Usage
 
Dim instance As C1WrapPanel
Dim value As System.Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight
public System.double ItemHeight {get; set;}
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members