次の方法で共有


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

戻り値

DropShadowEffect

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

適用対象

こちらもご覧ください