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




In This Topic
    ChildWidth Property
    In This Topic
    Gets or sets the child width.
    Syntax
    'Declaration
     
    Public Property ChildWidth As Double
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim value As Double
     
    instance.ChildWidth = value
     
    value = instance.ChildWidth
    public double ChildWidth {get; set;}
    public: __property double get_ChildWidth();
    public: __property void set_ChildWidth( 
       double value
    );
    public:
    property double ChildWidth {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also