Enum VisualServerSingleton.NinePatchAxisMode

enum NinePatchAxisMode : int { ... }

Enum members

NameDescription
ninePatchStretch The nine patch gets stretched where needed.
ninePatchTile The nine patch gets filled with tiles where needed.
ninePatchTileFit The nine patch gets filled with tiles where needed and stretches them a bit if needed.