UnsizedGallery.ShowItemLabel Property

showItemLabel.Represents the attribte in schema: showItemLabel

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showItemLabel")> _
Public Property ShowItemLabel As BooleanValue
    Get
    Set
'Usage
Dim instance As UnsizedGallery
Dim value As BooleanValue

value = instance.ShowItemLabel

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

UnsizedGallery Class

UnsizedGallery Members

DocumentFormat.OpenXml.Office.CustomUI Namespace