Click or drag to resize

GraphNodeShowClose Property

If true, the close button will be visible.

Note: Pressing it will only emit the close_request signal, the GraphNode needs to be removed manually.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool ShowClose { get; set; }

Property Value

Type: Boolean
See Also