Skip to content

UIDialog.ShowCloseButton Property

Definition

Namespace: Brine2D.UI

Shows an X button in the top-right of the title bar that fires OnEscapeDismissed on click. Defaults to false.

C#
public bool ShowCloseButton { get; set; }

Property Value

System.Boolean