VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / IWpfSlidersBasedInteractiveObject Interface / SetSliderValue(Int32,Double) Method
Syntax Requirements SeeAlso
In This Topic
    SetSliderValue(Int32,Double) Method (IWpfSlidersBasedInteractiveObject)
    In This Topic
    Sets value for slider with specified index.
    Syntax
    'Declaration
    
    Public Sub SetSliderValue( _
    ByVal index
    An index of slider.
    As System.Int32, _
    ByVal value
    A value of the specified slider in range from 0 to 1.
    As Double _
    )
    public void SetSliderValue(
    System.Int32 index,
    double value
    )
    public: void SetSliderValue(
    System.Int32 index,
    double value
    )
    public:
    void SetSliderValue(
    System.Int32 index,
    double value
    )

    Parameters

    index
    An index of slider.
    value
    A value of the specified slider in range from 0 to 1.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also