ContainerVisual.Effect Propriedade

Definição

Obtém ou define o efeito de bitmap a ser aplicado ao 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

Valor da propriedade

Effect

Um Effect que representa o efeito de bitmap.

Aplica-se a

Confira também