Back to Devexpress

CustomizeLabelPage.Unit Property

wpf-devexpress-dot-xpf-dot-reports-dot-userdesigner-dot-reportwizard-dot-pages-dot-customizelabelpage.md

latest1.7 KB
Original Source

CustomizeLabelPage.Unit Property

Specifies the state of the Inch and Millimeter radio buttons.

Namespace : DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly : DevExpress.Xpf.ReportDesigner.v25.2.dll

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
public virtual DXGraphicsUnit Unit { get; set; }
vb
Public Overridable Property Unit As DXGraphicsUnit

Property Value

Type
DXGraphicsUnit

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

CustomizeLabelPage Class

CustomizeLabelPage Members

DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages Namespace