mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-30 21:23:24 +08:00
popup支持设置大小
This commit is contained in:
@@ -18,5 +18,12 @@ namespace AIStudio.Wpf.DiagramDesigner.Services
|
||||
/// <param name="dataContextForPopup">Object state to associate with the dialog</param>
|
||||
/// <returns>True/False if UI is displayed.</returns>
|
||||
bool? ShowDialog(object dataContextForPopup);
|
||||
|
||||
/// <summary>
|
||||
/// This method displays a modal dialog associated with the given key.
|
||||
/// </summary>
|
||||
/// <param name="dataContextForPopup">Object state to associate with the dialog</param>
|
||||
/// <returns>True/False if UI is displayed.</returns>
|
||||
bool? ShowDialog(object dataContextForPopup, double width, double height);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user