Enum AntiAliasing
Represents the anti-aliasing types for the map and gauge.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum AntiAliasing
Fields
Name | Description |
---|---|
All | Apply anti-aliasing to both text and gaphics. |
Graphics | Apply anti-aliasing to Graphics. |
None | Do not apply anti-aliasing. |
Text | Apply anti-aliasing to text. |