CoreWindowDialog.MaxSize 属性

定义

获取对话的最大大小。

public:
 property Size MaxSize { Size get(); };
Size MaxSize();
public Size MaxSize { get; }
var size = coreWindowDialog.maxSize;
Public ReadOnly Property MaxSize As Size

属性值

对话框的最大大小(以像素为单位)。

适用于