Click or drag to resize

StyleBoxFlatSetBorderWidth Method

Note: This API is now obsolete.

Sets the border width to width pixels for the given margin. See Margin for possible values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBorderWidth is deprecated. Use the BorderWidthBottom property instead.")]
public void SetBorderWidth(
	Margin margin,
	int width
)

Parameters

margin
Type: GodotMargin

[Missing <param name="margin"/> documentation for "M:Godot.StyleBoxFlat.SetBorderWidth(Godot.Margin,System.Int32)"]

width
Type: SystemInt32

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

See Also