UIWindow.WindowLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.