Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1BulletGraph Class / Direction Property

In This Topic
    Direction Property (C1BulletGraph)
    In This Topic
    Gets or sets the direction in which the gauge is filled.
    Syntax
    'Declaration
     
    
    Public Property Direction As LinearGaugeDirection
    public LinearGaugeDirection Direction {get; set;}
    See Also