StrikethroughHorizontal

MathBorderBox.StrikethroughHorizontal-Eigenschaft

Strikethrough Horizontale (standardmäßig ist falsch) - gibt den versteckten oder sichtbaren Zustand einer durchgestrichenen horizontalen Linie an.

public bool StrikethroughHorizontal { get; set; }

Beispiele

Beispiel:

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

Siehe auch