ComponentOne Gauges for WinForms
C1GaugeRangeAntiAliasing Enumeration

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace : C1GaugeRangeAntiAliasing Enumeration
Specifies the anti-aliasing mode for the internal filling of a C1GaugeRange.
Syntax
'Declaration
 
Public Enum C1GaugeRangeAntiAliasing 
   Inherits System.Enum
public enum C1GaugeRangeAntiAliasing : System.Enum 
Members
MemberDescription
HighQualityApplies the slow but high-quality anti-aliasing to the range's filling.
LowQualityApplies the fast low-quality anti-aliasing to the range's filling.
NoneThe special anti-aliasing is not applied to the range's filling.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Gauge.C1GaugeRangeAntiAliasing

See Also

Reference

C1.Win.C1Gauge Namespace