Theme.CustomColorList Property

Custom Color List.Represents the element tag in schema: a:custClrLst

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

Syntax

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

value = instance.CustomColorList

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.CustomColorList
Returns CustomColorList.

See Also

Reference

Theme Class

Theme Members

DocumentFormat.OpenXml.Drawing Namespace