get_AlignmentPoint()

MathBox::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

bool Aspose::Slides::MathText::MathBox::get_AlignmentPoint() override

Remarks

Example:

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

See Also