Implemented initial version for popping out window for rendering and compose pages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Wino.Mail.WinUI.Models;
|
||||
|
||||
public sealed record HostedPopoutDescriptor(
|
||||
string WindowName,
|
||||
string Title,
|
||||
double Width,
|
||||
double Height,
|
||||
double MinWidth,
|
||||
double MinHeight,
|
||||
string ContentKind);
|
||||
Reference in New Issue
Block a user