menu

WinForms

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

    Show / Hide Table of Contents

    Interface IOfficeMathDelimiter

    Represents an interface for Delimiter function.

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

    Properties

    BeginCharacter

    Gets or sets a string that represents the beginning delimiter character.

    Declaration
    string BeginCharacter { 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

    DelimiterShape

    Gets or sets a mathShapeType constant that represents the appearance of delimiters.

    Declaration
    MathDelimiterShapeType DelimiterShape { get; set; }
    Property Value
    Type
    MathDelimiterShapeType

    EndCharacter

    Gets or sets a string that represents the ending delimiter character.

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

    Equation

    Specifies a IOfficeMaths object that represents the base of the specified equation object.

    Declaration
    IOfficeMaths Equation { get; }
    Property Value
    Type
    IOfficeMaths

    IsGrow

    Gets or sets a value that represents whether delimiter characters grow to the full height of the arguments that they contain.

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

    True if delimiter characters grow to the full height of the arguments that they contain; otherwise, false.

    Seperator

    Gets or sets a string that represents the separator character in a Math delimiter object when the Math delimiter object contains two or more arguments.

    Declaration
    string Seperator { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved