NumberItem.BackgroundColor Property

Definition

Background Color

Represents the following attribute in the schema: bc

[DocumentFormat.OpenXml.SchemaAttr(0, "bc")]
public DocumentFormat.OpenXml.HexBinaryValue BackgroundColor { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue BackgroundColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "bc")]
public DocumentFormat.OpenXml.HexBinaryValue? BackgroundColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("bc")]
public DocumentFormat.OpenXml.HexBinaryValue? BackgroundColor { get; set; }
public DocumentFormat.OpenXml.HexBinaryValue? BackgroundColor { get; set; }
member this.BackgroundColor : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "bc")>]
member this.BackgroundColor : DocumentFormat.OpenXml.HexBinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("bc")>]
member this.BackgroundColor : DocumentFormat.OpenXml.HexBinaryValue with get, set
Public Property BackgroundColor As HexBinaryValue

Property Value

Returns StringValue.

Attributes

Applies to