Click or drag to resize

StyleBoxTextureAxisStretchVertical Property

Controls how the stylebox's texture will be stretched or tiled vertically. See StyleBoxTextureAxisStretchMode for possible values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public StyleBoxTextureAxisStretchMode AxisStretchVertical { get; set; }

Property Value

Type: StyleBoxTextureAxisStretchMode
See Also