ObjectDistribution

MathArray.ObjectDistribution property

Object Distribution Lorsque true, le contenu du tableau est espacé de la largeur maximale de l’objet tableau.

public bool ObjectDistribution { get; set; }

Exemples

Exemple :

[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.ObjectDistribution = true;

Voir également