Skip to main content
All docs
V24.1

QRFrameOptions.TextColor Property

Specifies the color of the text in the frame.

Namespace: DevExpress.XtraPrinting.BarCode

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

NuGet Package: DevExpress.Printing.Core

Declaration

[XtraSerializableProperty]
public virtual Color TextColor { get; set; }

Property Value

Type Description
Color

A Color value that defines the color of the text in the frame.

Property Paths

You can access this nested property as listed below:

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

Remarks

See QRFrameOptions for the example.

See Also