RgbColorModelPercentage.GreenPortion Property

Definition

Green

Represents the following attribute in the schema: g

[DocumentFormat.OpenXml.SchemaAttr(0, "g")]
public DocumentFormat.OpenXml.Int32Value GreenPortion { get; set; }
public DocumentFormat.OpenXml.Int32Value GreenPortion { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "g")]
public DocumentFormat.OpenXml.Int32Value? GreenPortion { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("g")]
public DocumentFormat.OpenXml.Int32Value? GreenPortion { get; set; }
public DocumentFormat.OpenXml.Int32Value? GreenPortion { get; set; }
member this.GreenPortion : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "g")>]
member this.GreenPortion : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("g")>]
member this.GreenPortion : DocumentFormat.OpenXml.Int32Value with get, set
Public Property GreenPortion 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 green.

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

Applies to