menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathAccent - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathAccent

    Returns an IOfficeMathAccent object that represents a base character with a combining accent mark. Read-only.

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

    Properties

    AccentCharacter

    Gets or sets a string that represents the accent character for the IOfficeMathAccent object. Read/write.

    Declaration
    string AccentCharacter { get; set; }
    Property Value
    Type
    System.String

    ControlProperties

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

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

    Equation

    Gets a IOfficeMath object that represents the base of the specified equation object. Read-only.

    Declaration
    IOfficeMath Equation { get; }
    Property Value
    Type
    IOfficeMath
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved