FractionType

MathFraction.FractionType property

Fraction type Default: Bar

public MathFractionTypes FractionType { get; set; }

Examples

Example:

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

See Also