Click or drag to resize

StyleBoxGetDefaultMargin Method

Note: This API is now obsolete.

Returns the default value of the specified Margin.

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

Parameters

margin
Type: GodotMargin

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

Return Value

Type: Single

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

See Also