BackgroundStyleReference.SystemColor Property

System Color.Represents the element tag in schema: a:sysClr

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

Syntax

'Declaration
Public Property SystemColor As SystemColor
    Get
    Set
'Usage
Dim instance As BackgroundStyleReference
Dim value As SystemColor

value = instance.SystemColor

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.SystemColor
Returns SystemColor.

See Also

Reference

BackgroundStyleReference Class

BackgroundStyleReference Members

DocumentFormat.OpenXml.Presentation Namespace