Click or drag to resize

StyleBoxFlatSetExpandMargin Method

Note: This API is now obsolete.

Sets the expand margin to size pixels for the given margin. See Margin for possible values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetExpandMargin is deprecated. Use the ExpandMarginBottom property instead.")]
public void SetExpandMargin(
	Margin margin,
	float size
)

Parameters

margin
Type: GodotMargin

[Missing <param name="margin"/> documentation for "M:Godot.StyleBoxFlat.SetExpandMargin(Godot.Margin,System.Single)"]

size
Type: SystemSingle

[Missing <param name="size"/> documentation for "M:Godot.StyleBoxFlat.SetExpandMargin(Godot.Margin,System.Single)"]

See Also