Back to Devexpress

ICustomizeLabelPageView.Unit Property

xtrareports-devexpress-dot-xtrareports-dot-wizards-dot-views-dot-icustomizelabelpageview.md

latest1.6 KB
Original Source

ICustomizeLabelPageView.Unit Property

If implemented, specifies the state of the Inch and Millimeter radio buttons.

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
DXGraphicsUnit Unit { get; set; }
vb
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

ICustomizeLabelPageView Interface

ICustomizeLabelPageView Members

DevExpress.XtraReports.Wizards.Views Namespace