ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollChangedEventArgs Class / ScrollBarType Property




In This Topic
    ScrollBarType Property
    In This Topic
    Gets the type (horizontal or vertical) of the scrollbar that is being scrolled.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScrollBarType As ImGearScrollBarType
    'Usage
     
    Dim instance As ImGearScrollChangedEventArgs
    Dim value As ImGearScrollBarType
     
    value = instance.ScrollBarType
    public ImGearScrollBarType ScrollBarType {get;}
    public: __property ImGearScrollBarType get_ScrollBarType();
    public:
    property ImGearScrollBarType ScrollBarType {
       ImGearScrollBarType get();
    }

    Property Value

    ImGearScrollBarType value.
    See Also