RowSpacingRule

MathArray.RowSpacingRule-Eigenschaft

Die Art 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