Color: String
The Color property sets fill color.
Property value is an instance of the PP.Color class or a string that contains color value in one of the following formats:
"red";
"#000";
"RGB(123, 12, 1)".
The example of property use is given in description of the SolidColorBrush constructor.
See also: