FractionType

MathFraction.FractionType property

Tipo de fracción Predeterminado: Bar

public MathFractionTypes FractionType { get; set; }

Ejemplos

Ejemplo:

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

Ver también