CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngEyeFrameStyle

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Eye (finder) frame styles.

Inheritance

  • Enum
  • QrPngEyeFrameStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const QrPngEyeFrameStyle Single #

Single outer frame with inner dot.

Value: 0
public const QrPngEyeFrameStyle DoubleRing #

Two concentric rings (no center dot).

Value: 1
public const QrPngEyeFrameStyle Target #

Two concentric rings with a center dot.

Value: 2
public const QrPngEyeFrameStyle Bracket #

Corner brackets (L-shapes) around the eye.

Value: 3
public const QrPngEyeFrameStyle Badge #

Bold badge frame with thicker border.

Value: 4
public const QrPngEyeFrameStyle Glow #

Single frame with a soft glow halo behind it.

Value: 5
public const QrPngEyeFrameStyle InsetRing #

Outer ring with an inset inner ring and a clear center.

Value: 6
public const QrPngEyeFrameStyle CutCorner #

Square frame with corners cut away for a tech-like look.

Value: 7