static var automatic: DefaultProgressViewStyle
The default progress view style in the current context of the view being styled.
このスタイル指定されているビューの現在の内容における省略時のプログレスビュースタイル。
Available when
Self
is DefaultProgressViewStyle
.static var circular: CircularProgressViewStyle
A progress view that visually indicates its progress using a circular gauge.
あるプログレスビュー、それはそれの進捗をある円形計器を使って視覚的に指し示します。
Available when
Self
is CircularProgressViewStyle
.static var linear: LinearProgressViewStyle
A progress view that visually indicates its progress using a horizontal bar.
あるプログレスビュー、それはそれの進捗をある水平バーを使って視覚的に指し示します。
Available when
Self
is LinearProgressViewStyle
.