StyleBoxFlat.antiAliasing

Anti Aliasing draws a small ring around edges. This ring fades to transparent. As a result edges look much smoother. This is only noticeable when using rounded corners.

  1. bool antiAliasing [@property getter]
  2. bool antiAliasing [@property setter]
    struct StyleBoxFlat
    @nogc nothrow @property
    void
    antiAliasing
    (
    bool v
    )

Meta