ImageGear for .NET
Value Property (ScrollBarIncrement)




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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback