CompositionColorBrush.Color Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The color used to fill a SpriteVisual. Animatable.
public:
property Color Color { Color get(); void set(Color value); };
Color Color();
void Color(Color value);
public Color Color { get; set; }
var color = compositionColorBrush.color;
compositionColorBrush.color = color;
Public Property Color As Color
Property Value
The color used to fill a SpriteVisual.