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






In This Topic
    ThumbSize Property (Gauge)
    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 System.Double
    'Usage
     
    
    Dim instance As Gauge
    Dim value As System.Double
     
    instance.ThumbSize = value
     
    value = instance.ThumbSize
    public System.double ThumbSize {get; set;}
    public read-write property ThumbSize: System.Double; 
    public function get,set ThumbSize : System.double
    public: __property System.double get_ThumbSize();
    public: __property void set_ThumbSize( 
       System.double value
    );
    public:
    property System.double ThumbSize {
       System.double get();
       void set (    System.double value);
    }
    See Also