Structure
ButtonBorderShape
A shape that is used to draw a button’s border.
Topics
話題
Default Implementations
省略時実装
See Also
参照
Styling Buttons
ボタンのスタイルを指定する
func buttonStyle<S>(S) -> some View
Sets the style for buttons within this view to a button style with a custom appearance and standard interaction behavior.
このビュー内のボタンに対するスタイルを、あつらえの外観と標準相互作用挙動をもつボタンスタイルへと設定します。
func buttonStyle<S>(S) -> some View
Sets the style for buttons within this view to a button style with a custom appearance and custom interaction behavior.
このビュー内のボタンに対するスタイルを、あつらえの外観とあつらえの相互作用挙動をもつボタンスタイルへと設定します。
protocol ButtonStyle
A type that applies standard interaction behavior and a custom appearance to all buttons within a view hierarchy.
ある型、それは標準相互作用挙動とあつらえの外観をあるビュー階層内の全てのボタンに適用するものです。
protocol PrimitiveButtonStyle
A type that applies custom interaction behavior and a custom appearance to all buttons within a view hierarchy.
ある型、それはあつらえの相互作用挙動とあつらえの外観をビュー階層内の全てのボタンに適用するものです。