ColorType.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 ColorType
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

ColorType Class

ColorType Members

DocumentFormat.OpenXml.Presentation Namespace