次の方法で共有


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 の下部にあります。

適用対象