Color3Type.SystemColor Property

System Color, this property is only available in Office2010.Represents the element tag in schema: a:sysClr

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property SystemColor As SystemColor
    Get
    Set
'Usage
Dim instance As Color3Type
Dim value As SystemColor

value = instance.SystemColor

instance.SystemColor = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public SystemColor SystemColor { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.SystemColor

See Also

Reference

Color3Type Class

Color3Type Members

DocumentFormat.OpenXml.Presentation Namespace