BaseJustification

MathMatrix.BaseJustification property

Gibt die vertikale Ausrichtung in Bezug auf den umgebenden Text an. Mögliche Werte sind top, bottom und center. Standard: Center

public MathVerticalAlignment BaseJustification { get; set; }

Beispiele

Beispiel:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.BaseJustification = MathVerticalAlignment.Center;

Siehe auch