Share via


WebProperties.Color Property

Slide Navigation Colors for HTML output.Represents the attribte in schema: clr

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "clr")> _
Public Property Color As EnumValue(Of WebColorValues)
    Get
    Set
'Usage
Dim instance As WebProperties
Dim value As EnumValue(Of WebColorValues)

value = instance.Color

instance.Color = value
[SchemaAttrAttribute(, "clr")]
public EnumValue<WebColorValues> Color { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<WebColorValues>
Returns EnumValue<T>.

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.

See Also

Reference

WebProperties Class

WebProperties Members

DocumentFormat.OpenXml.Presentation Namespace