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


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