Click or drag to resize

StyleBoxTextureSetHAxisStretchMode Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StyleBoxTexture.SetHAxisStretchMode(Godot.StyleBoxTexture.AxisStretchMode)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetHAxisStretchMode is deprecated. Use the AxisStretchHorizontal property instead.")]
public void SetHAxisStretchMode(
	StyleBoxTextureAxisStretchMode mode
)

Parameters

mode
Type: GodotStyleBoxTextureAxisStretchMode

[Missing <param name="mode"/> documentation for "M:Godot.StyleBoxTexture.SetHAxisStretchMode(Godot.StyleBoxTexture.AxisStretchMode)"]

See Also