Back to Devexpress

CustomizeLabelPageView.Unit Property

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

latest1.8 KB
Original Source

CustomizeLabelPageView.Unit Property

Specifies the state of the Inch and Millimeter radio buttons.

Namespace : DevExpress.XtraReports.Wizards.Views

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[Browsable(false)]
public DXGraphicsUnit Unit { get; set; }
vb
<Browsable(False)>
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.

|

Implements

Unit

See Also

CustomizeLabelPageView Class

CustomizeLabelPageView Members

DevExpress.XtraReports.Wizards.Views Namespace