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

    Specifies the frame color.

    Namespace: DevExpress.XtraPrinting.BarCode

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public virtual Color FrameColor { get; set; }

    Property Value

    Type Description
    Color

    A Color object that defines the frame color.

    Property Paths

    You can access this nested property as listed below:

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

    Remarks

    See QRFrameOptions for the example.

    See Also