Skip to content

UIDialog.IsDraggable Property

Definition

Namespace: Brine2D.UI

When true, the dialog can be repositioned by clicking and dragging the title bar. Defaults to false.

C#
public bool IsDraggable { get; set; }

Property Value

System.Boolean