RgbColor.Rgb Property

Definition

Alpha Red Green Blue

Represents the following attribute in the schema: rgb

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

Property Value

Returns StringValue.

Attributes

Applies to