Freigeben über


Color3Type-Klasse

Defines the Color3Type class.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Color3Type-Member

DocumentFormat.OpenXml.Presentation-Namespace