RowGap

MathMatrix.RowGap property

矩阵行之间的垂直间距值; 如果 RowGapRule 设置为 3(“精确”),则单位被解释为缇(点的 1/20) 如果 RowGapRule 设置为 4( “Multiple”),则单位被解释为半行。 默认值:0

public uint RowGap { get; set; }

例子

示例:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.RowGapRule = MathSpacingRules.Exactly;
matrix.RowGap = 20;

也可以看看