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




In This Topic
    VerticalOffset Property
    In This Topic
    Gets the vertical offset.
    Syntax
    'Declaration
     
    Public ReadOnly Property VerticalOffset As Double
    'Usage
     
    Dim instance As ImGearVirtualizingWrapPanel
    Dim value As Double
     
    value = instance.VerticalOffset
    public double VerticalOffset {get;}
    public: __property double get_VerticalOffset();
    public:
    property double VerticalOffset {
       double get();
    }

    Property Value

    Double value.
    See Also