corelibraries-devexpress-dot-drawing-4f777420.md
Lists values that indicate the measurement unit for the given data.
Namespace : DevExpress.Drawing
Assembly : DevExpress.Drawing.v25.2.dll
NuGet Package : DevExpress.Drawing
[ResourceFinder(typeof(ResFinder))]
public enum DXGraphicsUnit
<ResourceFinder(GetType(ResFinder))>
Public Enum DXGraphicsUnit
| 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.
|
The following properties accept/return DXGraphicsUnit values:
Show 11 items
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | BrickGraphics.PageUnit |
| DXFont.Unit | |
| DXGraphics.PageUnit | |
| WPF Controls | CustomizeLabelPage.Unit |
| Office File API | BarCode.Unit |
| .NET Reporting Tools | CustomizeLabelPageView.Unit |
| CustomLabelInformation.Unit | |
| ICustomizeLabelPageView.Unit | |
| LabelDetails.Unit | |
| LabelInfo.Unit | |
| PaperKindData.Unit |
See Also