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
strokeWidthStroke width, default value is
1strokeColorStroke color, default value is
.black
CirclePreferences Structure Reference