get_Position()

MathBar::get_Position() method

Position of the bar line. Default: Top

MathTopBotPositions Aspose::Slides::MathText::MathBar::get_Position() override

Remarks

Example:

auto mathBar = System::MakeObject<MathBar>(System::MakeObject<MathematicalText>(u"x"));
mathBar->set_Position(MathTopBotPositions::Bottom);

See Also