RowSpacingRule

MathArray.RowSpacingRule property

El tipo de espaciado vertical entre los elementos de la matriz Predeterminado: SingleLineGap

public MathRowSpacingRule RowSpacingRule { get; set; }

Ejemplos

Ejemplo:

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

Ver también