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