ImageGear .NET v25.1 - Updated
ScrollBarType Property




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

Reference

ImGearScrollChangedEventArgs Class
ImGearScrollChangedEventArgs Members