CoreWindowDialog.MaxSize Property

Definition

Gets the maximum size of the dialog.

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

Property Value

The maximum size of the dialog, in pixels.

Applies to