get_Base()

MathAccent::get_Base() method

The argument to which the accent was applied

System::SharedPtr<IMathElement> Aspose::Slides::MathText::MathAccent::get_Base() override

Remarks

Example:

auto accent = System::MakeObject<MathematicalText>(u"x")->Accent(u'~');
auto baseArg = accent->get_Base();

See Also