BaseJustification

MathMatrix.BaseJustification 属性

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

public MathVerticalAlignment BaseJustification { get; set; }

示例

示例:

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

另请参阅