RowSpacingRule

IMathArray.RowSpacingRule property

The type of vertical spacing between array elements

public MathRowSpacingRule RowSpacingRule { get; set; }

Examples

Example:

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

See Also