ThemePart.Theme Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Theme As Theme
Get
Set
'Usage
Dim instance As ThemePart
Dim value As Theme
value = instance.Theme
instance.Theme = value
public Theme Theme { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Theme