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

In This Topic
    ShowTicks Property (LinearGauge)
    In This Topic
    Gets or sets a property that determines whether the gauge should display tick marks at each step value.
    Syntax
    'Declaration
     
    Public Property ShowTicks As Boolean
    public bool ShowTicks {get; set;}
    See Also