CoreWindowFlyout.MaxSize Property

Definition

Gets the maximum size of the flyout.

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

Property Value

The maximum size of the flyout, in pixels.

Applies to