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

In This Topic
    ThumbSize Property (LinearGaugeBase)
    In This Topic
    Gets or sets the size of the element that shows the gauge's current value, in pixels.
    Syntax
    'Declaration
     
    
    Public Property ThumbSize As Double
    public double ThumbSize {get; set;}
    See Also