ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / RadiusScreen Method
The context.
The offset.

In This Topic
    RadiusScreen Method
    In This Topic
    Gets the radius in screen coordinates.
    Syntax
    'Declaration
     
    Protected Function RadiusScreen( _
       ByVal context As GaugeDrawingContext, _
       ByVal offset As System.Double _
    ) As System.Double
    protected System.double RadiusScreen( 
       GaugeDrawingContext context,
       System.double offset
    )

    Parameters

    context
    The context.
    offset
    The offset.
    See Also