GridColor.R-Eigenschaft
Ruft ab den Rot-Kanal.
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; }
Eigenschaftswert
Typ: System.Byte
Der Rot-Kanal.
Hinweise
Dieser Wert muss zwischen 0 (transparent) und 255 (deckend).