Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / Mode Property

In This Topic
    Mode Property
    In This Topic
    Gets the display mode of this OMath zone.

    If this OMath zone is inside an OMathParagraph, or is not preceded or followed by a non-mathematical text in the parent object, the value of this property is OMathMode.Display. Otherwise the value is OMathMode.Inline.

    Syntax
    'Declaration
     
    Public ReadOnly Property Mode As OMathMode
    public OMathMode Mode {get;}
    See Also