BaseJustification

MathMatrix.BaseJustification propriété

Spécifie la justification verticale par rapport au texte environnant. Les valeurs possibles sont haut, bas et centre. Par défaut : Centre

public MathVerticalAlignment BaseJustification { get; set; }

Exemples

Exemple:

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

Voir aussi