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 属性为 true,所克隆的对象的 IsFrozen 属性也将为 false

适用于

另请参阅