Document.Unit Property
Gets or sets a document’s measure units.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentUnit Unit { get; set; }
#Property Value
Type | Description |
---|---|
Document |
One of the Document |
Available values:
Name | Description |
---|---|
Document | Specifies documents (one three-hundredths of an inch) as measurement units. |
Inch | Specifies inches as measurement units. |
Millimeter | Specifies millimeters as measurement units. |
Centimeter | Specifies centimeters as measurement units. |
Point | Specifies points as measurement units. |
#Remarks
The Unit property specifies almost all properties involving linear measurements. The default unit of measurement is the DocumentUnit.Document.
Changing the Unit value recalculates all related properties as well. Specify the Unit property before setting target linear measurements.
#Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Unit property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.