Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public enum DXSmoothingMode

    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