RgbColorModelPercentage.RedPortion Property

Definition

Red

Represents the following attribute in the schema: r

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

Property Value

Returns Int32Value.

Attributes

Remarks

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

Specifies the percentage of red.

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

Applies to