Structure
PlainButtonStyle
A button style that doesn’t style or decorate its content while idle, but may apply a visual effect to indicate the pressed, focused, or enabled state of the button.
あるボタンスタイル、それは、アイドル状態の間にそれの内容のスタイル指定や装飾をしません、しかしある視覚効果を適用して、そのボタンの押される、フォーカスされる、または利用可能にされる状態を指し示すかもしれません。
Overview
概要
You can also use plain
to construct this style.
Topics
話題
Getting the Button Style
static var plain: PlainButtonStyle
A button style that doesn’t style or decorate its content while idle, but may apply a visual effect to indicate the pressed, focused, or enabled state of the button.
あるボタンスタイル、それは、アイドル状態の間にそれの内容のスタイル指定や装飾をしません、しかしある視覚効果を適用して、そのボタンの押される、フォーカスされる、または利用可能にされる状態を指し示すかもしれません。
Available when Self
is PlainButtonStyle
.
Creating a Plain Button Style
プレーン(素の)ボタンスタイルを作成する
init()
Creates a plain button style.
素のボタンスタイルを作成します。
Rendering a Button
ボタンを描出する
typealias Body
A view that represents the body of a button.
あるビュー、それはボタンのボディを表します。
Default Implementations
省略時実装
See Also
参照
Supporting Types
支援を行う型
struct BorderedButtonStyle
A button style that applies standard border artwork based on the button’s context.
あるボタンスタイル、それは、標準境界線アートワークをボタンのもつ文脈に基づき適用します。
struct CardButtonStyle
A button style that doesn’t pad the content, and applies a motion effect when a button has focus.
あるボタンスタイル、それはその内容に周りの詰め物をしません、そしてあるモーションエフェクト(運動効果)をボタンがフォーカスされる時に適用します。