Function 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.
bool antiAliasing() nothrow @property @nogc;
void antiAliasing
(
bool v
) nothrow @property @nogc;