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
'Декларация
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property SystemColor As SystemColor
Get
Set
'Применение
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