Structure
BorderlessButtonMenuStyle
A menu style that displays a borderless button that toggles the display of the menu’s contents when pressed.
あるメニュースタイル、それは境界線なしボタンを表示します、それは押された時にメニューのもつ内容の表示をオンオフします。
Declaration
宣言
struct BorderlessButtonMenuStyle
Overview
概要
You can also use borderlessButton
to construct this style.
Topics
話題
Creating a Bordeless Button Menu Style
init()
Creates a borderless button menu style.
Rendering a Menu
あるメニューを描出する
typealias Body
A view that represents the body of a menu.
あるメニューの本体を提示するあるビュー。
Deprecated Symbols
非推奨シンボル
Default Implementations
省略時実装
See Also
参照
Supporting Types
支援を行う型
struct BorderedButtonMenuStyle
A menu style that displays a bordered button that toggles the display of the menu’s contents when pressed.
あるメニュースタイル、それは境界線つきボタンを表示します、それは押された時にメニューのもつ内容の表示をオンオフします。