Skip to main content
All docs
V26.1
  • RectangleQRFrameOptions.Padding Property

    Gets or sets the distance between the frame and QR code.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public Padding Padding { get; set; }

    Property Value

    Type Description
    Padding

    A Padding object that specifies the padding for the frame.

    See Also