Back to Devexpress

BrickStringFormatPrototypeKind Enum

corelibraries-devexpress-dot-xtraprinting-bd7b6f6c.md

latest1.5 KB
Original Source

BrickStringFormatPrototypeKind Enum

Specifies the prototype string format for the BrickStringFormat.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum BrickStringFormatPrototypeKind
vb
Public Enum BrickStringFormatPrototypeKind

Members

NameDescription
Default

The current string format is based on the default string format.

| | GenericDefault |

The current string format is based on the generic default string format.

| | GenericTypographic |

The current string format is based on the generic typographic string format.

|

The following properties accept/return BrickStringFormatPrototypeKind values:

Remarks

This enumeration’s values are set or returned by the BrickStringFormat.PrototypeKind property.

See Also

DevExpress.XtraPrinting Namespace