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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DocumentUnit Unit { get; set; }

Property Value

Type Description
DocumentUnit

One of the DocumentUnit enumeration values.

See Also