menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathRadical

    Show / Hide Table of Contents

    Interface IOfficeMathRadical

    Represents an interface for radical function.

    Inherited Members
    IOfficeMathFunctionBase.Type
    IOfficeMathEntity.OwnerMathEntity
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeMathRadical : IOfficeMathFunctionBase, IOfficeMathEntity

    Properties

    ControlProperties

    Gets or sets the IOfficeRunFormat object that represent the control property of MathML function.

    Declaration
    IOfficeRunFormat ControlProperties { get; set; }
    Property Value
    Type Description
    IOfficeRunFormat

    Degree

    Gets the math object that represents the degree for a radical. Read-only.

    Declaration
    IOfficeMath Degree { get; }
    Property Value
    Type Description
    IOfficeMath

    Equation

    Gets an IOfficeMath object that represents the base of the specified equation object.

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type Description
    IOfficeMath

    HideDegree

    Gets or sets a value that represents whether to hide the degree for a radical.

    Declaration
    bool HideDegree { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if to hide the degree for a radical; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved