Structure
CircularGaugeStyle
A gauge view that visually indicates its value using an open ring, which has a visual indicator as the value increases, and displays the currentValueLabel
the center of the gauge.
Declaration
宣言
struct CircularGaugeStyle
Overview
概要
You can also use circular
to construct this style.
Topics
話題
Getting the Gauge Style
static var circular: CircularGaugeStyle
A gauge view that visually indicates its value using an open ring, which has a visual indicator as the value increases, and displays the currentValueLabel
the center of the gauge.
Available when Self
is CircularGaugeStyle
.
Creating a Circular Gauge Style
init()
Construct a circular gauge.
ある円形計器を構築します。
init(tint: Color)
Construct a circular gauge that draws with a Color.
ある円形計器を構築します、それはあるColorで描画します。
init(tint: Gradient)
Construct a circular gauge that draws with a gradient.
ある円形計器を構築します、それはある勾配で描画します。
Default Implementations
省略時実装
See Also
参照
Supporting Types
支援を行う型
struct DefaultGaugeStyle
The default gauge view style in the current context of the view being styled.
スタイル指定されているビューの現在のコンテキストでの省略時の計器ビュースタイル。
struct LinearGaugeStyle
A gauge view that visually indicates its value using a bar which has an continuous visual indicator as the value increases.
ある計器ビュー、それは視覚的にそれの値を、ある途切れない視覚指示器を備えたバーを使って、その値が漸増するにつれて指し示します。