Click or drag to resize

StyleBoxFlatSetDrawCenter Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDrawCenter is deprecated. Use the DrawCenter property instead.")]
public void SetDrawCenter(
	bool drawCenter
)

Parameters

drawCenter
Type: SystemBoolean

[Missing <param name="drawCenter"/> documentation for "M:Godot.StyleBoxFlat.SetDrawCenter(System.Boolean)"]

See Also