ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / Direction Property

In This Topic
    Direction Property (LinearGaugeBase)
    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