RowGapRule

MathMatrix.RowGapRule property

矩阵行之间的垂直间距类型; 垂直间距单位可以是线或点(存储为缇)。 默认值:SingleSpacingGap (0)

public MathSpacingRules RowGapRule { get; set; }

例子

示例:

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

也可以看看