If you mean you want your texture to tile instead of stretch when enabling nine_patch_stretch
, it is not currently possible, although a proposal regarding this has been opened. You can however implement the mechanic yourself by using a TextureRect (or three, if you need under and over textures), enabling expand, setting its stretch mode to "Tile", and modifying its margins to fit the progress bar's values whenever required.