NotesMaster.ColorMap Property

Color Scheme Map.Represents the element tag in schema: p:clrMap

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

Syntax

'Declaration
Public Property ColorMap As ColorMap
    Get
    Set
'Usage
Dim instance As NotesMaster
Dim value As ColorMap

value = instance.ColorMap

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.ColorMap
Returns ColorMap.

See Also

Reference

NotesMaster Class

NotesMaster Members

DocumentFormat.OpenXml.Presentation Namespace