DropShadowEffect.CloneCurrentValue メソッド

定義

この Effect オブジェクトの変更可能な複製を作成し、このオブジェクトの現在の値の詳細コピーを作成します。 リソース参照、データ バインディング、アニメーションはコピーされませんが、現在の値がコピーされます。

public:
 System::Windows::Media::Effects::DropShadowEffect ^ CloneCurrentValue();
public System.Windows.Media.Effects.DropShadowEffect CloneCurrentValue();
override this.CloneCurrentValue : unit -> System.Windows.Media.Effects.DropShadowEffect
Public Function CloneCurrentValue () As DropShadowEffect

返品

現在のオブジェクトの変更可能な複製。 複製されたオブジェクトのIsFrozenプロパティは、ソースのfalseプロパティがIsFrozenされた場合でもtrueされます。

適用対象

こちらもご覧ください