Share via


OMathBorderBox.HideBot Property

Returns or sets a Boolean that represents whether to hide the bottom border of an equation's bounding box. Read/write.

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

Syntax

'Declaration
Property HideBot As Boolean
    Get
    Set
'Usage
Dim instance As OMathBorderBox
Dim value As Boolean

value = instance.HideBot

instance.HideBot = value
bool HideBot { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

OMathBorderBox Interface

OMathBorderBox Members

Microsoft.Office.Interop.Word Namespace