Structure
BorderedProminentButtonStyle
A button style that applies standard border prominent artwork based on the button’s context.
Declaration
宣言
struct BorderedProminentButtonStyle
Overview
概要
You can also use borderedProminent
to construct this style.
Topics
話題
Creating a Link Button Style
リンクボタンスタイルを作成する
init()
Creates a bordered prominent 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.
あるボタンスタイル、それはその内容に周りの詰め物をしません、そしてあるモーションエフェクト(運動効果)をボタンがフォーカスされる時に適用します。
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.
あるボタンスタイル、それは、アイドル状態の間にそれの内容のスタイル指定や装飾をしません、しかしある視覚効果を適用して、そのボタンの押される、フォーカスされる、または利用可能にされる状態を指し示すかもしれません。