DrawingGroup.BitmapEffectInput Eigenschaft

Definition

Ruft den Bereich, in dem die DrawingGroup ihren BitmapEffect anwendet, und optional eine als Eingabe für den BitmapSource zu verwendende BitmapEffect ab oder legt diese fest.

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

Eigenschaftswert

Der Bereich, in dem der BitmapEffect der DrawingGroup angewendet wird, und optional die als Eingabe zu verwendende BitmapSource, oder null, wenn der BitmapEffect auf die gesamte DrawingGroup angewendet wird und die DrawingGroup als Eingabe verwendet. Der Standardwert ist null.

Hinweise

Informationen zur Abhängigkeitseigenschaft

Bezeichnerfeld BitmapEffectInputProperty
Metadateneigenschaften auf true festgelegt Keine

Gilt für: