BitmapEffectInput::Input Property
.NET Framework (current version)
Note: This API is now obsolete. The non-obsolete alternative is Effect. Gets or sets the BitmapSource that is used for the input for the object.
Assembly: PresentationCore (in PresentationCore.dll)
public: property BitmapSource^ Input { BitmapSource^ get(); void set(BitmapSource^ value); }
Property Value
Type: System.Windows.Media.Imaging::BitmapSource^The BitmapSource that is used as the input for the object. The default value is null.
Setting this property will replace the current visual with the given BitmapSource. Care should be taken as this can cause undesired effects. For example, if the Input is an Image and the object that applies the effect is a TextBox, the image will replace the textbox as the visual.
Identifier field | |
Metadata properties set to true | None |
.NET Framework
Available since 3.0
Available since 3.0
Show: