DropShadow.Opacity 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 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.