Skip to main content

TextBoxSizeRule Enum

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.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.

#Passed To

You can pass TextBoxSizeRule values to the TextBox.HeightRule property.

#Remarks

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

See Also