Click or drag to resize

StyleBoxTexture.SetHAxisStretchMode 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(
	StyleBoxTexture.AxisStretchMode mode
)

Parameters

mode
Type: Godot.StyleBoxTexture.AxisStretchMode

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

See Also