ComponentOne Gauge for UWP
OffsetToThickness Method (C1Gauge)

C1.UWP.Gauge Assembly > C1.Xaml.Gauge Namespace > C1Gauge Class : OffsetToThickness Method
Logical offset
Axis in which calculate the offset.
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

Reference

C1Gauge Class
C1Gauge Members