Click or drag to resize

ControlSetStretchRatio Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.SetStretchRatio(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStretchRatio is deprecated. Use the SizeFlagsStretchRatio property instead.")]
public void SetStretchRatio(
	float ratio
)

Parameters

ratio
Type: SystemSingle

[Missing <param name="ratio"/> documentation for "M:Godot.Control.SetStretchRatio(System.Single)"]

See Also