get_AlignmentPoint()

IMathBox::get_AlignmentPoint() method

When true, this operator emulator serves as an alignment point; that is, designated alignment points in other equations can be aligned with it. Default: false

virtual bool Aspose::Slides::MathText::IMathBox::get_AlignmentPoint()=0

Remarks

Example:

auto box = System::MakeObject<MathematicalText>(u"==")->ToBox();
box->set_AlignmentPoint(true);

See Also