ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearScrollComponentInfo Structure / Page Field




In This Topic
    Page Field
    In This Topic
    Specifies the page size. A scrollbar uses this value to determine the appropriate size of the proportional scroll box.
    Syntax
    'Declaration
     
    Public Page As Integer
    'Usage
     
    Dim instance As ImGearScrollComponentInfo
    Dim value As Integer
     
    value = instance.Page
     
    instance.Page = value
    public int Page
    public: int Page
    public:
    int Page

    Field Value

    Integer value.
    See Also