Structure
BorderedButtonStyle
A button style that applies standard border artwork based on the button’s context.
あるボタンスタイル、それは、標準境界線アートワークをボタンのもつ文脈に基づき適用します。
Declaration
宣言
struct BorderedButtonStyle
Overview
概要
You can also use bordered
to construct this style.
Topics
話題
Getting the Button Style
static var bordered: BorderedButtonStyle
A button style that applies standard border artwork based on the button’s context.
あるボタンスタイル、それは、標準境界線アートワークをボタンのもつ文脈に基づき適用します。
Available when Self
is BorderedButtonStyle
.
Creating a Bordered Button Style
境界線付きボタンスタイルを作成する
init()
Creates a bordered button style.
ある境界線付きボタンスタイルを作成します。
Rendering a Button
ボタンを描出する
typealias Body
A view that represents the body of a button.
あるビュー、それはボタンのボディを表します。
Deprecated Symbols
非推奨シンボル
init(tint: Color)
Creates a bordered button style with a tint color.
境界線付きボタンスタイルをある明清色で作成します。
Deprecated
非推奨
Default Implementations
省略時実装
See Also
参照
Supporting Types
支援を行う型
struct CardButtonStyle
A button style that doesn’t pad the content, and applies a motion effect when a button has focus.
あるボタンスタイル、それはその内容に周りの詰め物をしません、そしてあるモーションエフェクト(運動効果)をボタンがフォーカスされる時に適用します。
struct 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.
あるボタンスタイル、それは、アイドル状態の間にそれの内容のスタイル指定や装飾をしません、しかしある視覚効果を適用して、そのボタンの押される、フォーカスされる、または利用可能にされる状態を指し示すかもしれません。