UIWindow.WindowLevel Property

Definition

The layer group (i.e., Alert, Status Bar, or Normal) to which this UIWindow belongs.

public virtual nfloat WindowLevel { [Foundation.Export("windowLevel")] get; [Foundation.Export("setWindowLevel:")] set; }
member this.WindowLevel : nfloat with get, set

Property Value

The value returned will be either Alert, Normal, or StatusBar.

Attributes

Remarks

The z-order of windows is determined first by their window level (Alert and Status Bar windows appear above normal windows) and within the level by their order.

Applies to