Back to Devexpress

GraphicsUnitInfo.Unit Property

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-graphicsunitinfo.md

latest1.5 KB
Original Source

GraphicsUnitInfo.Unit Property

Indicates the measurement units.

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public ReportUnit Unit { get; }
vb
Public ReadOnly Property Unit As ReportUnit

Property Value

TypeDescription
ReportUnit

An enumeration value that indicates the measurement unit.

|

Available values:

NameDescription
Inches

The unit of measurement is in inches.

| | HundredthsOfAnInch |

The unit of measurement is in hundredths of an inch.

| | Millimeters |

The unit of measurement is in millimeters.

| | TenthsOfAMillimeter |

The unit of measurement is in tenths of a millimeter.

| | Pixels |

The unit of measurement is in pixels (one pixel equals 1 / 96 of an inch).

|

See Also

GraphicsUnitInfo Class

GraphicsUnitInfo Members

DevExpress.XtraReports.Wizards Namespace