Color3Type.PresetColor Property
Preset Color, this property is only available in Office2010.Represents the element tag in schema: a:prstClr
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property PresetColor As PresetColor
Get
Set
'Usage
Dim instance As Color3Type
Dim value As PresetColor
value = instance.PresetColor
instance.PresetColor = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public PresetColor PresetColor { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.PresetColor