Click or drag to resize

StyleBoxFlat.SetBorderWidthAll Method

Sets the border width to width pixels for all margins.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBorderWidthAll(
	int width
)

Parameters

width
Type: System.Int32

[Missing <param name="width"/> documentation for "M:Godot.StyleBoxFlat.SetBorderWidthAll(System.Int32)"]

See Also