HideLeft

MathBorderBox.HideLeft property

Hide Left Edge (der Standardwert ist „false“) – gibt den ausgeblendeten oder angezeigten Zustand des linken Rands des Rahmens an.

public bool HideLeft { get; set; }

Beispiele

Beispiel:

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

Siehe auch