ImageGear .NET v24.12 - Updated
Value Property (ScrollBarIncrement)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ScrollBarIncrement Class : Value Property
Gets or sets the amount to scroll by.
Syntax
'Declaration
 
Public Property Value As Double
'Usage
 
Dim instance As ScrollBarIncrement
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

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

Reference

ScrollBarIncrement Class
ScrollBarIncrement Members