feat: unify option name.

This commit is contained in:
rabbitism
2024-08-01 12:06:41 +08:00
parent 8941ddfce4
commit 51a1e43608
4 changed files with 5 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ public class OverlayDialogOptions
/// <summary>
/// Only works for CustomDialogControl
/// </summary>
public bool IsCloseButtonVisible { get; set; } = true;
[Obsolete()]
public bool ShowCloseButton { get; set; } = true;
public bool CanLightDismiss { get; set; }
public bool CanDragMove { get; set; } = true;