FioriCircularProgressViewStyle

public struct FioriCircularProgressViewStyle : KPIProgressViewStyle

Undocumented

  • Returns an FioriCircularProgressViewStyle with given configuration.

    Declaration

    Swift

    public init(circleColor: Color? = nil, fractionColors: [ControlState : Color]? = nil, circleStyle: StrokeStyle? = nil, lineWidth: CGFloat? = nil, foregroundColors: [ControlState : Color]? = nil)

    Parameters

    circleColor

    The background stroke color for the progress circle.

    fractionColors

    The completed fraction colors for the progress circle with control states.

    circleStyle

    Stroke style of the progress circle.

    lineWidth

    The line width of the progress circle.

    foregroundColors

    The foreground colos for label with control states.

  • Declaration

    Swift

    public func makeBody(configuration: `Self`.Configuration) -> some View