UIWindow.WindowLevel
UIWindow.WindowLevel
Property
Definition
The layer group (i.e., Alert, Status Bar, or Normal) to which this UIWindow belongs.
[get: Foundation.Export("windowLevel")]
[set: Foundation.Export("setWindowLevel:")]
public virtual nfloat WindowLevel { get; set; }
member this.WindowLevel : nfloat with get, set
Property Value
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
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...