DropShadow.Opacity プロパティ

定義

影の不透明度。 アニメーション化可能。

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

プロパティ値

Single

float

影の不透明度。

注釈

このプロパティはアニメーション化できます。 CompositionObject.StartAnimation を呼び出して、CompositionAnimation に関連付けます。

適用対象