Click or drag to resize

TextureProgressSetStretchMargin Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.TextureProgress.SetStretchMargin(Godot.Margin,System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetStretchMargin is deprecated. Use the StretchMarginBottom property instead.")]
public void SetStretchMargin(
	Margin margin,
	int value
)

Parameters

margin
Type: GodotMargin

[Missing <param name="margin"/> documentation for "M:Godot.TextureProgress.SetStretchMargin(Godot.Margin,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Godot.TextureProgress.SetStretchMargin(Godot.Margin,System.Int32)"]

See Also