BaseJustification

MathMatrix.BaseJustification property

指定相对于周围文本的垂直对齐方式。 可能的值是顶部、底部和中心。 默认值:中心

public MathVerticalAlignment BaseJustification { get; set; }

例子

示例:

[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.BaseJustification = MathVerticalAlignment.Center;

也可以看看