Skip to main content

IdxRichEditTextBox.GetHeightRule Method

Returns the value indicating how the height of the text box’s floating shape is determined.

Declaration

function GetHeightRule: TdxRichEditTextBoxSizeRule;

Returns

Type
TdxRichEditTextBoxSizeRule

Remarks

Call this function to identify if the floating shape’s automatic height adjustment mode is enabled.

Refer to the TdxRichEditTextBoxSizeRule type description for detailed information on values that the GetHeightRule function can return.

The GetHeightRule function is the HeightRule property’s getter.

See Also