Click or drag to resize

StyleBoxFlatSetBorderWidthAll 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: SystemInt32

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

See Also