DropShadow.Color Property

Definition

The color of the shadow. Animatable.

public:
 property Color Color { Color get(); void set(Color value); };
Color Color();

void Color(Color value);
public Color Color { get; set; }
var color = dropShadow.color;
dropShadow.color = color;
Public Property Color As Color

Property Value

The color of the shadow. Default color is Colors.Black.

Remarks

This property can be animated. Call CompositionObject.StartAnimation to associate it with a CompositionAnimation.

Applies to