Values

Stretch

Stretch the stylebox's texture. This results in visible distortion unless the texture size matches the stylebox's size perfectly.

Tile

Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system.

TileFit

Repeats the stylebox's texture to match the stylebox's size according to the nine-patch system. Unlike godot.StyleBoxTexture_AxisStretchMode.tile, the texture may be slightly stretched to make the nine-patch texture tile seamlessly.