Click or drag to resize

StyleBoxFlatSetExpandMarginIndividual Method

Sets the expand margin for each margin to size_left, size_top, size_right, and size_bottom pixels.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetExpandMarginIndividual(
	float sizeLeft,
	float sizeTop,
	float sizeRight,
	float sizeBottom
)

Parameters

sizeLeft
Type: SystemSingle

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

sizeTop
Type: SystemSingle

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

sizeRight
Type: SystemSingle

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

sizeBottom
Type: SystemSingle

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

See Also