get_HideDegree()

MathRadical::get_HideDegree() method

Hide degree When is true, the degree is not shown, as in \u221A\uD835\uDC65

bool Aspose::Slides::MathText::MathRadical::get_HideDegree() override

Remarks

Example:

auto radical = System::MakeObject<MathRadical>(System::MakeObject<MathematicalText>(u"x"), System::MakeObject<MathematicalText>(u"3"));
radical->set_HideDegree(true);

See Also