ColorType.Rgb Property

Definition

Alpha Red Green Blue Color Value

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

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Standard Alpha Red Green Blue color value (ARGB).

The possible values for this attribute are defined by the ST_UnsignedIntHex simple type.

Applies to