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]
    struct StyleBoxFlat
    @nogc nothrow @property
    bool
    antiAliasing
    ()
  2. bool antiAliasing [@property setter]

Meta