get_HideBottom()
MathBorderBox::get_HideBottom() method
Hide Bottom Edge (default is false) - specifies the hidden or shown state of the bottom edge of border box.
bool Aspose::Slides::MathText::MathBorderBox::get_HideBottom() override
Remarks
Example:
auto borderBox = System::MakeObject<MathBorderBox>(System::MakeObject<MathematicalText>(u"x"));
borderBox->set_HideBottom(true);
See Also
- Class MathBorderBox
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides