ColorMap.Background1 Property

Background 1.Represents the attribte in schema: bg1

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

Syntax

'Declaration
<SchemaAttrAttribute(, "bg1")> _
Public Property Background1 As EnumValue(Of ColorSchemeIndexValues)
    Get
    Set
'Usage
Dim instance As ColorMap
Dim value As EnumValue(Of ColorSchemeIndexValues)

value = instance.Background1

instance.Background1 = value
[SchemaAttrAttribute(, "bg1")]
public EnumValue<ColorSchemeIndexValues> Background1 { get; set; }

Property Value

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

See Also

Reference

ColorMap Class

ColorMap Members

DocumentFormat.OpenXml.Presentation Namespace