DropShadow.Opacity Property

Definition

The opacity of the shadow. Animatable.

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

void Opacity(float value);
public float Opacity { get; set; }
var single = dropShadow.opacity;
dropShadow.opacity = single;
Public Property Opacity As Single

Property Value

Single

float

The opacity of the shadow.

Remarks

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

Applies to