ImageGear .NET v25.1 - Updated
ScrollChangeType Property




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearScrollChangedEventArgs Class : ScrollChangeType Property
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

Reference

ImGearScrollChangedEventArgs Class
ImGearScrollChangedEventArgs Members