WidthType Enum
Specifies how RichEditControl interprets the specified width (length).
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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
The following properties accept/return WidthType values:
See Also