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




In This Topic
    ExtentWidth Property
    In This Topic
    Gets the extent width.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExtentWidth As Double
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim value As Double
     
    value = instance.ExtentWidth
    public double ExtentWidth {get;}
    public: __property double get_ExtentWidth();
    public:
    property double ExtentWidth {
       double get();
    }

    Property Value

    Double value.
    See Also