BorderBoxProperties.HideLeft Property

Hide Left Edge.Represents the element tag in schema: m:hideLeft

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

Syntax

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

value = instance.HideLeft

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

Property Value

Type: DocumentFormat.OpenXml.Math.HideLeft
Returns HideLeft.

See Also

Reference

BorderBoxProperties Class

BorderBoxProperties Members

DocumentFormat.OpenXml.Math Namespace