Document.Unit Property
Gets or sets a document's measure units.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
DocumentUnit | One of the DocumentUnit enumeration values indicating the measure unit. |
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.
See Also
Feedback