ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1Gauge Class / OffsetToThickness Method
Logical offset
Axis in which calculate the offset.

In This Topic
    OffsetToThickness Method (C1Gauge)
    In This Topic
    Converts a logical offset value to width in the screen.
    Syntax
    'Declaration
     
    Public MustOverride Function OffsetToThickness( _
       ByVal offset As System.Double, _
       ByVal axis As C1GaugeAxis _
    ) As System.Double
    public abstract System.double OffsetToThickness( 
       System.double offset,
       C1GaugeAxis axis
    )

    Parameters

    offset
    Logical offset
    axis
    Axis in which calculate the offset.

    Return Value

    The value in pixels.
    See Also