Color.R Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the sRGB red channel value of the color.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Property R As Byte
public byte R { get; set; }

Property Value

Type: System..::.Byte
The sRGB red channel value, as a value between 0 and 255.

Remarks

You can set this value in XAML, but only as part of the attribute syntax for properties that take a Color, or as initialization text of a Color object element. See XAML sections and Remarks sections of Color.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Color Structure

System.Windows.Media Namespace