DXSmoothingMode Enum
Lists values that indicate smoothing (antialiasing) mode applied to lines and curves and the edges of filled areas.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Members
Name | Description |
---|---|
Invalid
|
Specifies an invalid mode. |
Default
|
Specifies no antialiasing. |
HighSpeed
|
Specifies no antialising. |
HighQuality
|
Specifies antialiased rendering. |
None
|
Specifies no antialising. |
AntiAlias
|
Specifies antialiased rendering. |
Related API Members
The following properties accept/return DXSmoothingMode values:
See Also