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

戻り値

BlurEffect

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

適用対象

こちらもご覧ください