UIToolbarPosition 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的有效位置的 UIToolbar枚举。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIToolbarPosition
type UIToolbarPosition =
- 继承
-
UIToolbarPosition
- 属性
字段
Any | 0 | UIToolbar 可能位于任何位置。 |
Bottom | 1 | UIToolbar 位于其包含 UIView 的顶部。 |
Top | 2 | UIToolbar 位于其包含 UIView 的底部。 |