Share via


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).

See also

Reference

GridColor class

GridColor members

Microsoft.PerformancePoint.Scorecards namespace