Effect.ImplicitInput Proprietà

Definizione

Ottiene Brush che, se usato come input per Effect, trasforma la bitmap di UIElement a cui è applicato Effect in tale input.

public:
 static property System::Windows::Media::Brush ^ ImplicitInput { System::Windows::Media::Brush ^ get(); };
public static System.Windows.Media.Brush ImplicitInput { get; }
[System.ComponentModel.Browsable(false)]
public static System.Windows.Media.Brush ImplicitInput { get; }
member this.ImplicitInput : System.Windows.Media.Brush
[<System.ComponentModel.Browsable(false)>]
member this.ImplicitInput : System.Windows.Media.Brush
Public Shared ReadOnly Property ImplicitInput As Brush

Valore della proprietà

Brush

Oggetto Brush che funge da input.

Attributi

Commenti

Usare la ImplicitInput proprietà come valore per un input con valori brush in un oggetto ShaderEffect.

La ImplicitInput proprietà rappresenta l'input dello shader proveniente dal rendering dell'oggetto a cui viene applicato l'oggetto UIElement Effect .

Nota

Il comportamento non è definito quando ImplicitInput viene usato come pennello in altre classi WPF.

Si applica a

Vedi anche