StrikethroughHorizontal

IMathBorderBox.StrikethroughHorizontal-Eigenschaft

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

public bool StrikethroughHorizontal { get; set; }

Beispiele

Beispiel:

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

Siehe auch