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

In This Topic
    HandleWheel Property (LinearGauge)
    In This Topic
    Gets or sets a value that determines whether the user can edit the gauge value using the mouse wheel.
    Syntax
    'Declaration
     
    Public Property HandleWheel As Boolean
    public bool HandleWheel {get; set;}
    Remarks
    The default value for this property is true
    See Also