CirclePreferences

struct CirclePreferences

Circle preferences

  • Stroke width

    Declaration

    Swift

    public var strokeWidth: CGFloat
  • Stroke color

    Declaration

    Swift

    public var strokeColor: SFWColor
  • Initiates a circle preferences

    Declaration

    Swift

    public init(strokeWidth: CGFloat = 1,
                strokeColor: SFWColor = .black)

    Parameters

    strokeWidth

    Stroke width, default value is 1

    strokeColor

    Stroke color, default value is .black