Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / RotationX Property


In This Topic
    RotationX Property (C1RadialGauge)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property RotationX As Double
    'Usage
     
    
    Dim instance As C1RadialGauge
    Dim value As Double
     
    instance.RotationX = value
     
    value = instance.RotationX
    public double RotationX {get; set;}
    See Also