get_GrowToMatchOperandHeight()
MathDelimiter::get_GrowToMatchOperandHeight() method
Specifies the growth of BeginningCharacter, SeparatorCharacter, EndingCharacter When true, the delimiters grows vertically to match its operand height. The default value is true
bool Aspose::Slides::MathText::MathDelimiter::get_GrowToMatchOperandHeight() override
Remarks
Example:
auto delimiter = System::MakeObject<MathematicalText>(u"x")->Divide(u"y")->Enclose();
delimiter->set_GrowToMatchOperandHeight(false);
See Also
- Class MathDelimiter
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides