Click or drag to resize

StyleBoxTextureGetMarginSize Method

Note: This API is now obsolete.

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

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

Parameters

margin
Type: GodotMargin

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

Return Value

Type: Single

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

See Also