feat: add two attached properties to mark an custom element triggering drag move or close.

This commit is contained in:
rabbitism
2024-02-08 23:15:26 +08:00
parent f758ceb760
commit 974afa33c5
5 changed files with 128 additions and 22 deletions

View File

@@ -28,4 +28,5 @@ public class OverlayDialogOptions
public bool IsCloseButtonVisible { get; set; } = true;
public bool CanLightDismiss { get; set; }
public bool CanDragMove { get; set; } = true;
}