FractionType

MathFraction.FractionType property

Bruchtyp Standard: Bar

public MathFractionTypes FractionType { get; set; }

Beispiele

Beispiel:

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

Siehe auch