Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RangeSlider Class / PixelsToUnits Method

In This Topic
    PixelsToUnits Method
    In This Topic
    Converts pixels to it´s 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