Back to Devexpress

WidthType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-77ce573e.md

latest1.5 KB
Original Source

WidthType Enum

Specifies how RichEditControl interprets the specified width (length).

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public enum WidthType
vb
<ComVisible(True)>
Public Enum WidthType

Members

NameDescription
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.

|

The following properties accept/return WidthType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace