ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearScrollBarIncrement Class / Value Property




In This Topic
    Value Property (ImGearScrollBarIncrement)
    In This Topic
    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