OMathFunction.BorderBox Property

Returns an OMathBorderBox object that represents a border drawn around an equation or part of an equation. The OMathBorderBox object can also be used to draw horizontal, vertical, and diagonal strikethrough lines by using BorderBox arguments. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property BorderBox As OMathBorderBox
    Get
'Usage
Dim instance As OMathFunction
Dim value As OMathBorderBox

value = instance.BorderBox
OMathBorderBox BorderBox { get; }

Property Value

Type: Microsoft.Office.Interop.Word.OMathBorderBox
OMathBorderBox

See Also

Reference

OMathFunction Interface

OMathFunction Members

Microsoft.Office.Interop.Word Namespace