Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathRadical Class / HideDegree Property

In This Topic
    HideDegree Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property HideDegree As System.Boolean
    public System.bool HideDegree {get; set;}
    See Also