Share via


CompactOverlaySize Enum

Definition

Defines constants that specify the size of a window in CompactOverlay mode.

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompactOverlaySize
Inheritance
CompactOverlaySize
Attributes

Fields

Name Value Description
Small 0

Window size is approximately 5% of the display's work area.

Medium 1

Window size is approximately 15% of the display's work area.

Large 2

Window size is approximately 25% of the display's work area.

Remarks

Values of this enum are used by the CompactOverlayPresenter.InitialSize property.

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also