ImageGear .NET v24.12 - Updated
ChildHeight Property




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearVirtualizingWrapPanel Class : ChildHeight Property
Gets or sets the child height.
Syntax
'Declaration
 
Public Property ChildHeight As Double
'Usage
 
Dim instance As ImGearVirtualizingWrapPanel
Dim value As Double
 
instance.ChildHeight = value
 
value = instance.ChildHeight
public double ChildHeight {get; set;}
public: __property double get_ChildHeight();
public: __property void set_ChildHeight( 
   double value
);
public:
property double ChildHeight {
   double get();
   void set (    double value);
}

Property Value

Double value.
See Also

Reference

ImGearVirtualizingWrapPanel Class
ImGearVirtualizingWrapPanel Members