StrikethroughVertical

IMathBorderBox.StrikethroughVertical property

Strikethrough Vertical (la valeur par défaut est false) - spécifie l’état masqué ou affiché d’une ligne verticale barrée.

public bool StrikethroughVertical { get; set; }

Exemples

Exemple :

[C#]
IMathBorderBox borderBox = new MathematicalText("x+y+z").ToBorderBox();
borderBox.StrikethroughVertical = true;

Voir également