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