Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the Color3Type class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.Color3Type
DocumentFormat.OpenXml.Presentation.FromColor
DocumentFormat.OpenXml.Presentation.ToColor
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(HslColor), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(PresetColor), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(RgbColorModelHex))> _
<ChildElementInfoAttribute(GetType(RgbColorModelPercentage), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SystemColor), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SchemeColor))> _
Public MustInherit Class Color3Type _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As Color3Type
[ChildElementInfoAttribute(typeof(HslColor), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(PresetColor), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(RgbColorModelHex))]
[ChildElementInfoAttribute(typeof(RgbColorModelPercentage), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SystemColor), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SchemeColor))]
public abstract class Color3Type : OpenXmlCompositeElement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.