ContainerVisual.Effect 属性

定义

获取或设置要应用于 ContainerVisual 的位图效果。

public:
 property System::Windows::Media::Effects::Effect ^ Effect { System::Windows::Media::Effects::Effect ^ get(); void set(System::Windows::Media::Effects::Effect ^ value); };
public System.Windows.Media.Effects.Effect Effect { get; set; }
member this.Effect : System.Windows.Media.Effects.Effect with get, set
Public Property Effect As Effect

属性值

Effect

一个表示位图效果的 Effect

适用于

另请参阅