ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / LinearGauge Class / Direction Property

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