menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOfficeMathFraction - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOfficeMathFraction

    Represents a fraction, consisting of a numerator and denominator separated by a fraction bar.

    Inherited Members
    IOfficeMathEntity.OwnerMathEntity
    IOfficeMathFunctionBase.Type
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.dll
    Syntax
    public interface IOfficeMathFraction : 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
    IOfficeRunFormat

    Denominator

    Gets an IOfficeMath object that represents the denominator for an equation that contains a fraction.

    Declaration
    IOfficeMath Denominator { get; }
    Property Value
    Type
    IOfficeMath

    FractionType

    Gets or sets a MathFractionType constant that represents the layout of a fraction. Default value is bar.

    Declaration
    MathFractionType FractionType { get; set; }
    Property Value
    Type
    MathFractionType

    Numerator

    Gets an IOfficeMath object that represents the numerator for a fraction.

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