StyleBoxFlat.antiAliasing

Antialiasing draws a small ring around the edges, which fades to transparency. 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