UIBarPosition 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,其值指定 、 UINavigationBar 或 UIToolbar 的位置 UISearchBar 。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBarPosition
type UIBarPosition =
- 繼承
-
UIBarPosition
- 屬性
欄位
Any | 0 | 指定未指定位置。 |
Bottom | 1 | 列位於其包含 UIView 的底部。 |
Top | 2 | 列位於其包含 UIView 的頂端。 |
TopAttached | 3 | 列位於畫面頂端,以及其包含 UIView。 |