Skip to main content
All docs
V25.1
  • QRFrameOptions.CornerRadius Property

    Specifies rounded corners for the rectangular frame in pixels.

    Namespace: DevExpress.XtraPrinting.BarCode

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [DefaultValue(2F)]
    public virtual float CornerRadius { get; set; }

    Property Value

    Type Default Description
    Single 2

    A single value that is the corner radius of the frame.

    Property Paths

    You can access this nested property as listed below:

    Library Object Type Path to CornerRadius
    Cross-Platform Class Library QRCodeGenerator
    .FrameOptions .CornerRadius
    Office File API QRCodeOptions
    .FrameOptions .CornerRadius

    Remarks

    Note that this property is in effect only for a rectangular frame.

    See QRFrameOptions for the example.

    See Also