Skip to main content

WidthType Enum

Specifies how RichEditControl interprets the specified width (length).

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public enum WidthType

Members

Name Description
None

Not set.

Auto

Automatically determined width.

FiftiethsOfPercent

Width in fiftieths of a percent.

Fixed

Width in units of measurements that are currently in effect for the document.

Related API Members

See Also