Function TouchScreenButton.shapeCentered
If true
, the button's shape is centered in the provided texture. If no texture is used, this property has no effect.
bool shapeCentered() nothrow @property @nogc;
void shapeCentered
(
bool v
) nothrow @property @nogc;