Skip to main content

Document.Unit Property

Gets or sets a unit of measure used within the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

DocumentUnit Unit { get; set; }

#Property Value

Type Description
DocumentUnit

One of the DocumentUnit enumeration values.

#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