DXGraphics.PageUnit Property
Gets or sets the measure units used for page coordinates.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
Type | Description |
---|---|
DXGraphicsUnit | An enumeration value that indicates measure units. |
Available values:
Name | Description |
---|---|
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