RgbColor.Green Property

Green.Represents the attribte in schema: g

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

Syntax

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

value = instance.Green

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

RgbColor Class

RgbColor Members

DocumentFormat.OpenXml.Presentation Namespace