Base

IMathBar.Base property

Базовый аргумент

public IMathElement Base { get; }

Примеры

Пример:

[C#]
IMathBar mathBar = new MathBar(new MathematicalText("x"));
IMathElement base = mathBar.Base;

Смотрите также