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




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

    Property Value

    Double value.
    See Also