共用方式為


UIToolbarPosition 列舉

定義

的有效位置 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 的底部。

適用於