Back to Devexpress

LabelInfo.Unit Property

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-labelinfo.md

latest1.5 KB
Original Source

LabelInfo.Unit Property

Specifies a unit for measuring a label’s dimensions (i.e., its size, margins and pitch).

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public DXGraphicsUnit Unit { get; set; }
vb
Public Property Unit As DXGraphicsUnit

Property Value

TypeDescription
DXGraphicsUnit

An enumeration value that indicates the measurement unit.

|

Available values:

NameDescription
World

The world coordinate system unit.

| | Display |

The measurement units of the display device. Typically pixels for video displays, and 1/100 inch for printers.

| | Pixel |

The device pixel.

| | Point |

The printer’s point (1/72 inch).

| | Inch |

The inch.

| | Document |

The document unit (1/300 inch).

| | Millimeter |

The millimeter.

|

See Also

LabelInfo Class

LabelInfo Members

DevExpress.XtraReports.Wizards Namespace