HideLeft
MathBorderBox.HideLeft property
Edge gauche masqué (par défaut c’est faux) - spécifie l’état masqué ou affiché du bord gauche de la boîte de bordure.
public bool HideLeft { get; set; }
Examples
Exemple:
[C#]
MathBorderBox borderBox = new MathBorderBox(new MathematicalText("x"));
borderBox.HideLeft = true;
See Also
- class MathBorderBox
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides