TextBoxSizeRule Enum
In This Article
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
#Members
Name | Description |
---|---|
Auto | Sets the height to fit entire text. |
Exact | Sets the height to an exact value specified by the Shape. |
#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