static var automatic: DefaultButtonStyle
The default button style, based on the button’s context.
省略時のボタンスタイル、ボタンのもつ文脈に基づきます。
Available when
Self
is DefaultButtonStyle
.static var bordered: BorderedButtonStyle
A button style that applies standard border artwork based on the button’s context.
あるボタンスタイル、それは、標準境界線アートワークをボタンのもつ文脈に基づき適用します。
Available when
Self
is BorderedButtonStyle
.static var borderedProminent : BorderedProminentButtonStyle
A button style that applies standard border prominent artwork based on the button’s context.
Available when
Self
is BorderedProminentButtonStyle
.static var borderless: BorderlessButtonStyle
A button style that doesn’t apply a border.
境界線(ボーダー)を適用しないボタンスタイル。
Available when
Self
is BorderlessButtonStyle
.static var card: CardButtonStyle
A button style that doesn’t pad the content, and applies a motion effect when a button has focus.
あるボタンスタイル、それはその内容に周りの詰め物をしません、そしてあるモーションエフェクト(運動効果)をボタンがフォーカスされる時に適用します。
Available when
Self
is CardButtonStyle
.static var link: LinkButtonStyle
A button style for buttons that emulate links.
リンクと同じ機能を果たすボタンに対するボタンスタイル。
Available when
Self
is LinkButtonStyle
.