API Reference
Class
QrPngCanvasEdgePatternOptions
Edge pattern options for frames and badges.
Inheritance
- Object
- QrPngCanvasEdgePatternOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property QrPngCanvasBadgeOptions.EdgePattern
- Property QrPngCanvasBandOptions.EdgePattern
- Property QrPngCanvasFrameOptions.EdgePattern
- Property QrPngCanvasFrameOptions.InnerEdgePattern
Constructors
public QrPngCanvasEdgePatternOptions() #Inherited Methods
Properties
public QrPngCanvasEdgePatternType Type { get; set; } #Pattern type.
public Rgba32 Color { get; set; } #Pattern color.
public Int32 ThicknessPx { get; set; } #Pattern thickness in pixels.
public Int32 SpacingPx { get; set; } #Spacing between pattern elements in pixels.
public Int32 DashPx { get; set; } #Dash length in pixels (used by dashes/stitches).
public Int32 InsetPx { get; set; } #Inset from the outer edge in pixels.