Encapsulates properties related to scrolling.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class ScrollProperties
Public Class ScrollProperties
public ref class ScrollProperties
type ScrollProperties =  class end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LargeChange
Gets or sets the distance to move a scroll bar in response to a large scroll command.
Maximum
Gets or sets the upper limit of values of the scrollable range.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Minimum
Gets or sets the lower limit of values of the scrollable range.
ScrollBar
Scroll bar.
SmallChange
Gets or sets the distance to move a scroll bar in response to a small scroll command.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value
Gets or sets a numeric value that represents the current position of the scroll bar box.
Visible
Gets or sets whether the scroll bar can be seen by the user.

Inheritance Hierarchy

System..::..Object
  Spire.PdfViewer.Forms..::..ScrollProperties

See Also