Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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).