BaseJustification

MathMatrix.BaseJustification property

Spécifie la justification verticale par rapport au texte environnant. Les valeurs possibles sont top, bottom et center. Par défaut : Center

public MathVerticalAlignment BaseJustification { get; set; }

Exemples

Exemple :

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

Voir également