static var automatic: DefaultLabelStyle
A label style that resolves its appearance automatically based on the current context.
Available when
Self
is DefaultLabelStyle
.static var iconOnly : IconOnlyLabelStyle
A label style that only displays the icon of the label.
あるラベルスタイル、それはラベルのアイコンを表示するだけです。
Available when
Self
is IconOnlyLabelStyle
.static var titleAndIcon : TitleAndIconLabelStyle
A label style that shows both the title and icon of the label using a system-standard layout.
Available when
Self
is TitleAndIconLabelStyle
.static var titleOnly : TitleOnlyLabelStyle
A label style that only displays the title of the label.
あるラベルスタイル、それはラベルのタイトルを表示するだけです。
Available when
Self
is TitleOnlyLabelStyle
.