TextBoxSizeRule Enum
Specifies the rule that determines the text box height.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Auto
|
Sets the height to fit entire text. |
Exact
|
Sets the height to an exact value specified by the Size property. |
Related API Members
The following properties accept/return TextBoxSizeRule values:
See Also