Theme.ThemeElements Property

Theme Elements.Represents the element tag in schema: a:themeElements

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

Syntax

'Declaration
Public Property ThemeElements As ThemeElements
    Get
    Set
'Usage
Dim instance As Theme
Dim value As ThemeElements

value = instance.ThemeElements

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.ThemeElements
Returns ThemeElements.

See Also

Reference

Theme Class

Theme Members

DocumentFormat.OpenXml.Drawing Namespace