Skip to main content

IdxRichEditTextBox.HeightRule Property

Specifies how the height of the text box’s floating shape is determined.

Declaration

property HeightRule: TdxRichEditTextBoxSizeRule read; write;

Property Value

Type
TdxRichEditTextBoxSizeRule

Remarks

Set this property to TdxRichEditTextBoxSizeRule.Auto or TdxRichEditTextBoxSizeRule.Exact to allow or forbid automatic height adjustment of the floating shape that hosts the text box. The automatic adjustment mode expands the shape to fit the entire text box’s content.

Refer to the TdxRichEditTextBoxSizeRule type description for additional information.

See Also