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




In This Topic
    ScrollInformation Property
    In This Topic
    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