RowSpacingRule

MathArray.RowSpacingRule property

The type of vertical spacing between array elements Default: SingleLineGap

public MathRowSpacingRule RowSpacingRule { get; set; }

Examples

Example:

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

See Also