Structure
CircularProgressViewStyle
A progress view that visually indicates its progress using a circular gauge.
あるプログレスビュー、それはそれの進捗をある円形計器を使って視覚的に指し示します。
Declaration
宣言
struct CircularProgressViewStyle
Overview
概要
You can also use circular
to construct this style.
Topics
話題
Getting the Progress View Style
Creating a Circular Progress View Style
init()
Creates a circular progress view style.
ある円形プログレスビュースタイルを作成します。
Rendering a Progress View
typealias Body
A view representing the body of a progress view.
あるプログレスビューの本体を表しているビュー。
Deprecated Initializers
init(tint: Color)
Creates a circular progress view style with a tint color.
ある円形プログレスビュースタイルをある明清色で作成します。
Deprecated
非推奨
Default Implementations
省略時実装
See Also
参照
Supporting Types
支援を行う型
struct DefaultProgressViewStyle
The default progress view style in the current context of the view being styled.
このスタイル指定されているビューの現在の内容における省略時のプログレスビュースタイル。