 | ColorMapBackground2 Property |
Background 2
Represents the following attribute in the schema: bg2
Namespace: DocumentFormat.OpenXml.PresentationAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<ColorSchemeIndexValues> Background2 { get; set; }Public Property Background2 As EnumValue(Of ColorSchemeIndexValues)
Get
Set
public:
property EnumValue<ColorSchemeIndexValues>^ Background2 {
EnumValue<ColorSchemeIndexValues>^ get ();
void set (EnumValue<ColorSchemeIndexValues>^ value);
}member Background2 : EnumValue<ColorSchemeIndexValues> with get, set
Property Value
EnumValueColorSchemeIndexValues
See Also