ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1RangeSlider Class / PixelsToUnits Method

In This Topic
    PixelsToUnits Method
    In This Topic
    Converts pixels to its corresponding unit value in the range slider
    Syntax
    'Declaration
     
    
    Protected Overridable Function PixelsToUnits( _
       ByVal pixels As Double _
    ) As Double
    protected virtual double PixelsToUnits( 
       double pixels
    )

    Parameters

    pixels
    See Also