WidthType Enum
In This Article
Specifies how RichEditControl interprets the specified width (length).
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
None | Not set. |
Auto | Automatically determined width. |
Fiftieths |
Width in fiftieths of a percent. |
Fixed | Width in units of measurements that are currently in effect for the document. |
#Passed To
You can pass WidthType values to the following properies:
See Also