Category.Gallery Property

Gallery Associated With Entry.Represents the element tag in schema: w:gallery

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

Syntax

'Declaration
Public Property Gallery As Gallery
    Get
    Set
'Usage
Dim instance As Category
Dim value As Gallery

value = instance.Gallery

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Gallery
Returns Gallery.

See Also

Reference

Category Class

Category Members

DocumentFormat.OpenXml.Wordprocessing Namespace