Function TextureButton.expand

If true, the texture stretches to the edges of the node's bounding rectangle using the stretchMode. If false, the texture will not scale with the node.

bool expand() nothrow @property @nogc;

void expand (
  bool v
) nothrow @property @nogc;