StrikethroughVertical

MathBorderBox.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#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.StrikethroughVertical = true;

Voir également