Function Control.theme

Changing this property replaces the current Theme resource this node and all its Control children use.

Theme theme() nothrow @property @nogc;

void theme (
  Theme v
) nothrow @property @nogc;