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 link: LinkButtonStyle
A button style for buttons that emulate links.
リンクと同じ機能を果たすボタンに対するボタンスタイル。
Available when
Self
is LinkButtonStyle
.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
.