Enum VisualServerSingleton.NinePatchAxisMode
enum NinePatchAxisMode
: int { ... }
Enum members
Name | Description |
---|---|
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. |