AlignmentPoint

IMathBox.AlignmentPoint property

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

public bool AlignmentPoint { get; set; }

Examples

Example:

[C#]
IMathBox box = new MathematicalText("==").ToBox();
box.AlignmentPoint = true;

See Also