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

In This Topic
    Direction Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.LinearGaugeBase.Direction. Sets the direction in which the gauge is filled.
    Syntax
    'Declaration
     
    Public Property Direction As GaugeDirection
    public GaugeDirection Direction {get; set;}
    See Also