BaseJustification

MathMatrix.BaseJustification-Eigenschaft

Gibt die vertikale Ausrichtung im Verhältnis zum 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