Share via


BorderBoxProperties.HideTop Property

Hide Top Edge.Represents the element tag in schema: m:hideTop

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property HideTop As HideTop
    Get
    Set
'Usage
Dim instance As BorderBoxProperties
Dim value As HideTop

value = instance.HideTop

instance.HideTop = value
public HideTop HideTop { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Math.HideTop
Returns HideTop.

See Also

Reference

BorderBoxProperties Class

BorderBoxProperties Members

DocumentFormat.OpenXml.Math Namespace