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




In This Topic
    ScrollChangeType Property
    In This Topic
    Gets the type of scrollbar change.
    Syntax
    'Declaration
     
    Public ReadOnly Property ScrollChangeType As ImGearScrollChangeType
    'Usage
     
    Dim instance As ImGearScrollChangedEventArgs
    Dim value As ImGearScrollChangeType
     
    value = instance.ScrollChangeType
    public ImGearScrollChangeType ScrollChangeType {get;}
    public: __property ImGearScrollChangeType get_ScrollChangeType();
    public:
    property ImGearScrollChangeType ScrollChangeType {
       ImGearScrollChangeType get();
    }

    Property Value

    ImGearScrollBarType value.
    See Also