UserSettings
public class UserSettings
Collection of user-settable properties for use by tools when creating new shapes.
-
Declaration
Swift
public var strokeColor: UIColor? { get set }
-
Declaration
Swift
public var fillColor: UIColor? { get set }
-
Declaration
Swift
public var strokeWidth: CGFloat { get set }
-
Declaration
Swift
public var fontName: String { get set }
-
Declaration
Swift
public var fontSize: CGFloat { get set }