Skip to main content
A newer version of this page is available. .

RichEditControl.Unit Property

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

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public DocumentUnit Unit { get; set; }

Property Value

Type Description
DocumentUnit

One of the DocumentUnit enumeration values.

See Also