RowSpacingRule

Propiedad MathArray.RowSpacingRule

El tipo de espacio vertical entre los elementos del arreglo. Predeterminado: SingleLineGap

public MathRowSpacingRule RowSpacingRule { get; set; }

Ejemplos

Ejemplo:

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

Véase También