Skip to main content
A newer version of this page is available. .

TextBoxSizeRule Enum

Specifies interpretation of the rule used to determine the height of a text box.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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 Shape.Size property.

Related API Members

The following properties accept/return TextBoxSizeRule values:

Remarks

The TextBoxSizeRule enumeration is used to set the TextBox.HeightRule property.

See Also