CompositionColorBrush.Color Property

Definition

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.

Applies to