get_HideDegree()

IMathRadical::get_HideDegree() method

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

virtual bool Aspose::Slides::MathText::IMathRadical::get_HideDegree()=0

Remarks

Example:

auto radical = System::MakeObject<MathematicalText>(u"x")->Radical(u"3"); // cube root
radical->set_HideDegree(true);

See Also