BaseJustification

IMathMatrix.BaseJustification 属性

指定与周围文本的垂直对齐方式。可能的值有 top、bottom 和 center。默认值:Center

public MathVerticalAlignment BaseJustification { get; set; }

示例

示例:

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

另请参阅