EFStyleParamAlignStyle
public enum EFStyleParamAlignStyle : CaseIterable
Alignment styles for QR code elements.
-
Rectangular alignment with sharp corners.
Declaration
Swift
case rectangle
-
Circular alignment with rounded corners.
Declaration
Swift
case round
-
Rounded rectangle alignment with soft corners.
Declaration
Swift
case roundedRectangle