UIScreen.CurrentMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 UIScreen 的作用中畫面模式。
public virtual UIKit.UIScreenMode CurrentMode { [Foundation.Export("currentMode", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCurrentMode:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.CurrentMode : UIKit.UIScreenMode with get, set
屬性值
UIScreenMode包含圖元外觀比例和大小。
這個值可以是 null
。
- 屬性
備註
應用程式開發人員應該注意此值 Size 是常數。 也就是說,它 HeightWidth 不會因為裝置的方向而切換。