ImageGear .NET v25.1 - Updated
ScrollInformation Property




ImageGear.Core Assembly > ImageGear.Display Namespace > ImGearScrollChangedEventArgs Class : ScrollInformation Property
Gets the scrolling information.
Syntax
'Declaration
 
Public ReadOnly Property ScrollInformation As ImGearScrollInfo
'Usage
 
Dim instance As ImGearScrollChangedEventArgs
Dim value As ImGearScrollInfo
 
value = instance.ScrollInformation
public ImGearScrollInfo ScrollInformation {get;}
public: __property ImGearScrollInfo get_ScrollInformation();
public:
property ImGearScrollInfo ScrollInformation {
   ImGearScrollInfo get();
}

Property Value

ImGearScrollInfo value.
See Also

Reference

ImGearScrollChangedEventArgs Class
ImGearScrollChangedEventArgs Members