[]
Represents a border box Office Math structure, which consists of a border drawn around a base element.
public class OMathBorderBox : OMathStruct, IBrowsable<OMathStruct>
Gets the OMathElement around which the border box is drawn.
public OMathElement Base { get; }
Gets or sets whether to hide the bottom edge of the border box.
Default value is false.
public bool HideBottom { get; set; }
Gets or sets whether to hide the left edge of the border box.
Default value is false.
public bool HideLeft { get; set; }
Gets or sets whether to hide the right edge of the border box.
Default value is false.
public bool HideRight { get; set; }
Gets or sets whether to hide the top edge of the border box.
Default value is false.
public bool HideTop { get; set; }
Gets or sets whether to show the strikethrough diagonal line from the bottom-left corner to the top-right corner of the border box.
Default value is false.
public bool StrikeBottomLeftToTopRight { get; set; }
Gets or sets whether to show the strikethrough horizontal line of the border box.
Default value is false.
public bool StrikeHorizontal { get; set; }
Gets or sets whether to show the strikethrough diagonal line from the top-left corner to the bottom-right corner of the border box.
Default value is false.
public bool StrikeTopLeftToBottomRight { get; set; }
Gets or sets whether to show the strikethrough vertical line of the border box.
Default value is false.
public bool StrikeVertical { get; set; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }