FractionType

Propriété IMathFraction.FractionType

Type de fraction par défaut : Bar

public MathFractionTypes FractionType { get; set; }

Exemples

Exemple:

[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;

Voir aussi