Document.Unit Property
In This Article
Gets or sets a unit of measure used within the document.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Document |
One of the Document |
#Remarks
Almost all document properties involving linear measurements are specified in units of measurement set via the Unit property. The default unit of measurement is the DocumentUnit.Document.
See Also