BlurEffect.CloneCurrentValue メソッド

定義

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

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

返品

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

適用対象

こちらもご覧ください