FioriCircularProgressViewStyle
public struct FioriCircularProgressViewStyle : KPIProgressViewStyle
Undocumented
-
Returns an
FioriCircularProgressViewStylewith given configuration.Declaration
Swift
public init(circleColor: Color? = nil, fractionColors: [ControlState : Color]? = nil, circleStyle: StrokeStyle? = nil, lineWidth: CGFloat? = nil, foregroundColors: [ControlState : Color]? = nil)Parameters
circleColorThe background stroke color for the progress circle.
fractionColorsThe completed fraction colors for the progress circle with control states.
circleStyleStroke style of the progress circle.
lineWidthThe line width of the progress circle.
foregroundColorsThe foreground colos for label with control states.
-
Declaration
Swift
public func makeBody(configuration: `Self`.Configuration) -> some View