ImageGear PDF v25.2 - Updated
ScrollBarIncrement Constructor(Double,ScrollBarIncrementType)




ImageGear.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ScrollBarIncrement Class > ScrollBarIncrement Constructor : ScrollBarIncrement Constructor(Double,ScrollBarIncrementType)
The amount to scroll by.
Whether the Value specifies an absolute or relative scroll amount.
Initializes a new instance of the ScrollBarIncrement class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Double, _
   ByVal valueType As ScrollBarIncrementType _
)
'Usage
 
Dim value As Double
Dim valueType As ScrollBarIncrementType
 
Dim instance As New ScrollBarIncrement(value, valueType)
public ScrollBarIncrement( 
   double value,
   ScrollBarIncrementType valueType
)
public: ScrollBarIncrement( 
   double value,
   ScrollBarIncrementType valueType
)
public:
ScrollBarIncrement( 
   double value,
   ScrollBarIncrementType valueType
)

Parameters

value
The amount to scroll by.
valueType
Whether the Value specifies an absolute or relative scroll amount.
See Also

Reference

ScrollBarIncrement Class
ScrollBarIncrement Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.