Click or drag to resize

StyleBoxFlatGetBorderWidth Method

Note: This API is now obsolete.

Returns the given margin's border width. See Margin for possible values.

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

Parameters

margin
Type: GodotMargin

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

Return Value

Type: Int32

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

See Also