set_GrowToMatchOperandHeight()

MathDelimiter::set_GrowToMatchOperandHeight(bool) method

Specifies the growth of BeginningCharacter, SeparatorCharacter, EndingCharacter When true, the delimiters grows vertically to match its operand height. The default value is true

void Aspose::Slides::MathText::MathDelimiter::set_GrowToMatchOperandHeight(bool value) override

Remarks

Example:

auto delimiter = System::MakeObject<MathematicalText>(u"x")->Divide(u"y")->Enclose();
delimiter->set_GrowToMatchOperandHeight(false);

See Also