共用方式為


UIWindow.WindowLevel 屬性

定義

圖層群組 (,也就是此 UIWindow 所屬的警示、狀態列或一般) 。

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

屬性值

傳回的值會是 AlertNormalStatusBar

屬性

備註

視窗的迭置順序會先由視窗層級決定, (警示和狀態列視窗會顯示在正常視窗上方,) 依順序顯示在層級內。

適用於