ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / OffsetToThickness Method

In This Topic
    OffsetToThickness Method (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function OffsetToThickness( _
       ByVal offset As System.Double, _
       ByVal axis As C1GaugeAxis _
    ) As System.Double
    public override System.double OffsetToThickness( 
       System.double offset,
       C1GaugeAxis axis
    )

    Parameters

    offset
    axis
    See Also