Back to Devexpress

TextBoxSizeRule Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-bf327196.md

latest1.2 KB
Original Source

TextBoxSizeRule Enum

Specifies the rule that determines the text box height.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum TextBoxSizeRule
vb
Public Enum TextBoxSizeRule

Members

NameDescription
Auto

Sets the height to fit entire text.

| | Exact |

Sets the height to an exact value specified by the Size property.

|

The following properties accept/return TextBoxSizeRule values:

See Also

HeightRule

DevExpress.XtraRichEdit.API.Native Namespace