Share via


BoxProperties.NoBreak Property

No Break.Represents the element tag in schema: m:noBreak

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

Syntax

'Declaration
Public Property NoBreak As NoBreak
    Get
    Set
'Usage
Dim instance As BoxProperties
Dim value As NoBreak

value = instance.NoBreak

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

Property Value

Type: DocumentFormat.OpenXml.Math.NoBreak
Returns NoBreak.

See Also

Reference

BoxProperties Class

BoxProperties Members

DocumentFormat.OpenXml.Math Namespace