get_Base()

IMathAccent::get_Base() method

The argument to which the accent was applied

virtual System::SharedPtr<IMathElement> Aspose::Slides::MathText::IMathAccent::get_Base()=0

Remarks

Example:

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

See Also