OMathFunction.BorderBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Interop::Word::OMathBorderBox ^ BorderBox { Microsoft::Office::Interop::Word::OMathBorderBox ^ get(); };
public Microsoft.Office.Interop.Word.OMathBorderBox BorderBox { get; }
member this.BorderBox : Microsoft.Office.Interop.Word.OMathBorderBox
Public ReadOnly Property BorderBox As OMathBorderBox