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




In This Topic
    ValueType Property (ImGearScrollBarIncrement)
    In This Topic
    Gets or sets whether the Value specifies an absolute or relative scroll amount.
    Syntax
    'Declaration
     
    Public Property ValueType As ImGearScrollBarIncrementType
    'Usage
     
    Dim instance As ImGearScrollBarIncrement
    Dim value As ImGearScrollBarIncrementType
     
    instance.ValueType = value
     
    value = instance.ValueType
    public ImGearScrollBarIncrementType ValueType {get; set;}
    public: __property ImGearScrollBarIncrementType get_ValueType();
    public: __property void set_ValueType( 
       ImGearScrollBarIncrementType value
    );
    public:
    property ImGearScrollBarIncrementType ValueType {
       ImGearScrollBarIncrementType get();
       void set (    ImGearScrollBarIncrementType value);
    }

    Property Value

    ImGearScrollBarIncrementType class object.
    See Also