Skip to main content

RichEditControl.LayoutUnit Property

Gets or sets a unit of measure used for a control's layout.

Namespace: DevExpress.Xpf.RichEdit

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

#Declaration

public DocumentLayoutUnit LayoutUnit { get; set; }

#Property Value

Type Description
DocumentLayoutUnit

One of the DocumentUnit enumeration values.

#Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

#Implements

See Also