Back to Devexpress

DXGraphics.PageUnit Property

corelibraries-devexpress-dot-drawing-dot-dxgraphics-e2a7ceeb.md

latest1.4 KB
Original Source

DXGraphics.PageUnit Property

Gets or sets the measure units used for page coordinates.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

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

Property Value

TypeDescription
DXGraphicsUnit

An enumeration value that indicates measure units.

|

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

DXGraphics Class

DXGraphics Members

DevExpress.Drawing Namespace