BaseJustification

MathArray.BaseJustification property

Указывает выравнивание массива относительно окружающего текста. Текст вне массива может быть выровнен к низу, верху или центру объекта массива. Значение по умолчанию: Центр

public MathVerticalAlignment BaseJustification { get; set; }

Примеры

Пример:

[C#]
IMathArray mathArray = new MathArray(new MathematicalText("item1"));
mathArray.BaseJustification = MathVerticalAlignment.Top;

См. также