ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearVirtualizingWrapPanel Class / ChildHeight Property




In This Topic
    ChildHeight Property
    In This Topic
    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