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

In This Topic
    GetTransform Method (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetTransform( _
       ByVal value As System.Double, _
       ByVal yAxisLocation As System.Double, _
       ByVal rotate As System.Boolean _
    ) As Windows.UI.Xaml.Media.Transform
    public override Windows.UI.Xaml.Media.Transform GetTransform( 
       System.double value,
       System.double yAxisLocation,
       System.bool rotate
    )

    Parameters

    value
    yAxisLocation
    rotate
    See Also