Share via


BackstageLabelControl.NoWrap Property

noWrap.Represents the attribte in schema: noWrap

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "noWrap")> _
Public Property NoWrap As BooleanValue
    Get
    Set
'Usage
Dim instance As BackstageLabelControl
Dim value As BooleanValue

value = instance.NoWrap

instance.NoWrap = value
[SchemaAttrAttribute(, "noWrap")]
public BooleanValue NoWrap { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

BackstageLabelControl Class

BackstageLabelControl Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace