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

適用於

另請參閱