Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / SlidingScale Property

In This Topic
    SlidingScale Property (C1GaugeBase)
    In This Topic
    Optimizes painting for the case if the Minimum and Maximum properties are variable.
    Syntax
    'Declaration
     
    Public Property SlidingScale As System.Boolean
    public System.bool SlidingScale {get; set;}
    See Also