Click or drag to resize

StyleBoxFlatGetExpandMargin Method

Note: This API is now obsolete.

Returns the size of the given margin's expand margin. See Margin for possible values.

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

Parameters

margin
Type: GodotMargin

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.StyleBoxFlat.GetExpandMargin(Godot.Margin)"]

See Also