Gets or sets the red 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 R { get; set; } |
| Visual Basic |
|---|
Public Property R As Byte Get Set |
| Visual C++ |
|---|
public: property unsigned char R { unsigned char get (); void set (unsigned char value); } |