Click or drag to resize

StyleBoxFlatGetCornerRadius Method

Note: This API is now obsolete.

Returns the given corner's radius. See Corner for possible values.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetCornerRadius is deprecated. Use the CornerRadiusBottomLeft property instead.")]
public int GetCornerRadius(
	Corner corner
)

Parameters

corner
Type: GodotCorner

[Missing <param name="corner"/> documentation for "M:Godot.StyleBoxFlat.GetCornerRadius(Godot.Corner)"]

Return Value

Type: Int32

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

See Also