StrikethroughVertical

MathBorderBox.StrikethroughVertical propriété

Strikethrough Vertical (par défaut est faux) - spécifie l’état caché ou visible d’une ligne verticale barrée.

public bool StrikethroughVertical { get; set; }

Exemples

Exemple:

[C#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.StrikethroughVertical = true;

Voir Aussi