get_HideTop()

IMathBorderBox::get_HideTop() method

Hide Top Edge (default is false) - specifies the hidden or shown state of the top edge of border box.

virtual bool Aspose::Slides::MathText::IMathBorderBox::get_HideTop()=0

Remarks

Example:

auto borderBox = System::MakeObject<MathematicalText>(u"x+y+z")->ToBorderBox();
borderBox->set_HideTop(true);

See Also