[]
Represents a radical Office Math structure, which consists of a radical character, a base element, and an optional degree element.
public class OMathRadical : OMathStruct, IBrowsable<OMathStruct>
Gets the degree OMathElement of the structure.
public OMathElement Degree { get; }
Gets or sets whether the Degree element does not appear.
Default value is false.
Is this property is true and the Degree element is not empty Microsoft Word displays the contents of the degree in an unexpected place.
public bool HideDegree { get; set; }
Gets the radicand OMathElement of the structure.
public OMathElement Radicand { get; }
Gets the OMathStructType of the structure.
public override OMathStructType StructType { get; }