RgbColorModelPercentage.GreenPortion Property

Green.Represents the attribte in schema: g

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "g")> _
Public Property GreenPortion As Int32Value
    Get
    Set
'Usage
Dim instance As RgbColorModelPercentage
Dim value As Int32Value

value = instance.GreenPortion

instance.GreenPortion = value
[SchemaAttrAttribute(, "g")]
public Int32Value GreenPortion { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

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.

See Also

Reference

RgbColorModelPercentage Class

RgbColorModelPercentage Members

DocumentFormat.OpenXml.Drawing Namespace