Gets or sets the alpha channel value of the color.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public byte A { get; set; } |
| Visual Basic |
|---|
Public Property A As Byte Get Set |
| Visual C++ |
|---|
public: property unsigned char A { unsigned char get (); void set (unsigned char value); } |