GridColor.G Property
Gets or sets the green color channel.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property G As Byte
Get
Set
'Usage
Dim instance As GridColor
Dim value As Byte
value = instance.G
instance.G = value
public byte G { get; set; }
Property Value
Type: System.Byte
The green color channel.
Remarks
This value must be between 0 (transparent) and 255 (opaque).