RowSpacingRule

MathArray.RowSpacingRule property

Der Typ des vertikalen Abstands zwischen Array-Elementen Standard: SingleLineGap

public MathRowSpacingRule RowSpacingRule { get; set; }

Beispiele

Beispiel:

[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.RowSpacingRule = MathRowSpacingRule.OneAndAHalfLineGap;

Siehe auch