static var automatic: DefaultGaugeStyle
The default gauge view style in the current context of the view being styled.
スタイル指定されているビューの現在のコンテキストでの省略時の計器ビュースタイル。
Available when
Self
is DefaultGaugeStyle
.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
.static var linear: LinearGaugeStyle
A gauge view that visually indicates its value using a bar, which has a continuous visual indicator as the value increases.
Available when
Self
is LinearGaugeStyle
.