GridColor.R Property

Gets or sets the red color channel.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property R As Byte
    Get
    Set
'Usage
Dim instance As GridColor
Dim value As Byte

value = instance.R

instance.R = value
public byte R { get; set; }

Property Value

Type: System.Byte
The red color channel.

Remarks

This value must be between 0 (transparent) and 255 (opaque).

See Also

Reference

GridColor Class

GridColor Members

Microsoft.PerformancePoint.Scorecards Namespace