Skip to main content

TextBoxSizeRule Enum

Specifies the rule that determines the text box height.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public enum TextBoxSizeRule

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