Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeRange Class / AntiAliasing Property

In This Topic
    AntiAliasing Property (C1GaugeRange)
    In This Topic
    Gets or sets the anti-aliasing method for the range filling.
    Syntax
    'Declaration
     
    Public Property AntiAliasing As C1GaugeRangeAntiAliasing
    public C1GaugeRangeAntiAliasing AntiAliasing {get; set;}
    Remarks
    Applying anti-aliasing to a bound range has significant performance impact. Instead, you may draw a border of the same color as the background.
    See Also