Click or drag to resize

StyleBoxFlatSetCornerDetail Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StyleBoxFlat.SetCornerDetail(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCornerDetail is deprecated. Use the CornerDetail property instead.")]
public void SetCornerDetail(
	int detail
)

Parameters

detail
Type: SystemInt32

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

See Also