Поделиться через


ColorMappingType.Background2 Property

Background 2.Represents the attribte in schema: bg2

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

Syntax

'Declaration
<SchemaAttrAttribute(, "bg2")> _
Public Property Background2 As EnumValue(Of ColorSchemeIndexValues)
    Get
    Set
'Usage
Dim instance As ColorMappingType
Dim value As EnumValue(Of ColorSchemeIndexValues)

value = instance.Background2

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

Property Value

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

See Also

Reference

ColorMappingType Class

ColorMappingType Members

DocumentFormat.OpenXml.Drawing Namespace