Share via


WebProperties.Color Property

Definition

Slide Navigation Colors for HTML output

Represents the following attribute in the schema: clr

[DocumentFormat.OpenXml.SchemaAttr(0, "clr")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> Color { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> Color { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "clr")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues>? Color { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("clr")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues>? Color { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues>? Color { get; set; }
member this.Color : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "clr")>]
member this.Color : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("clr")>]
member this.Color : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Presentation.WebColorValues> with get, set
Public Property Color As EnumValue(Of WebColorValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the color constraints that are to be used when generating HTML output.

The possible values for this attribute are defined by the ST_WebColorType simple type.

Applies to