Click or drag to resize

StyleBoxFlatSetCornerRadiusAll Method

Sets the corner radius to radius pixels for all corners.

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

Parameters

radius
Type: SystemInt32

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

See Also