ImageGear PDF v25.2 - Updated
Value Property (ImGearScrollBarIncrement)




ImageGear.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearScrollBarIncrement Class : Value Property
Gets or sets the amount to scroll by.
Syntax
'Declaration
 
Public Property Value As Double
'Usage
 
Dim instance As ImGearScrollBarIncrement
Dim value As Double
 
instance.Value = value
 
value = instance.Value
public double Value {get; set;}
public: __property double get_Value();
public: __property void set_Value( 
   double value
);
public:
property double Value {
   double get();
   void set (    double value);
}

Property Value

Double value.
Remarks
Exact meaning of the value is determined by the ValueType property.
See Also

Reference

ImGearScrollBarIncrement Class
ImGearScrollBarIncrement Members

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