menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Interface IOfficeMathBar

    Represents an equation with a bar above or below the base.

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

    Properties

    BarTop

    Gets or sets a boolean that represents the position of a bar in a bar object.

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

    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 Syncfusion.Office.OfficeMath object that represents the base of the specified equation object.

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