BaseJustification

IMathMatrix.BaseJustification Eigenschaft

Gibt die vertikale Ausrichtung in Bezug auf umgebenden Text an. Mögliche Werte sind oben, unten und zentriert. Standard: Zentriert

public MathVerticalAlignment BaseJustification { get; set; }

Beispiele

Beispiel:

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

Siehe Auch