FUISignatureDrawingPadComponent
public protocol FUISignatureDrawingPadComponent : FUIDrawingPadComponent
The generic Type for FUISignatureDrawingPadComponent.
-
The color of the “X” mark.
Declaration
Swift
var xMarkColor: UIColor? { get set } -
The color of the underline.
Declaration
Swift
var signatureLineColor: UIColor? { get set }