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




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

    Property Value

    Double value.
    See Also