static var automatic: DefaultMenuStyle
The default menu style, based on the menu’s context.
省略時のメニュースタイル、メニューのもつ内容に基づきます。
Available when
Self
is DefaultMenuStyle
.static var borderedButton : BorderedButtonMenuStyle
A menu style that displays a bordered button that toggles the display of the menu’s contents when pressed.
あるメニュースタイル、それは境界線つきボタンを表示します、それは押された時にメニューのもつ内容の表示をオンオフします。
Available when
Self
is BorderedButtonMenuStyle
.static var borderlessButton : BorderlessButtonMenuStyle
A menu style that displays a borderless button that toggles the display of the menu’s contents when pressed.
あるメニュースタイル、それは境界線なしボタンを表示します、それは押された時にメニューのもつ内容の表示をオンオフします。
Available when
Self
is BorderlessButtonMenuStyle
.