ComponentOne FinancialChart for WPF
ItemHeight Property (C1WrapPanel)



C1.WPF 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 Double
'Usage
 
Dim instance As C1WrapPanel
Dim value As Double
 
instance.ItemHeight = value
 
value = instance.ItemHeight
public double ItemHeight {get; set;}
public:
property double ItemHeight {
   double get();
   void set (    double value);
}
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members