BitmapEffectInput.Input Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property System::Windows::Media::Imaging::BitmapSource ^ Input { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public System.Windows.Media.Imaging.BitmapSource Input { get; set; }
member this.Input : System.Windows.Media.Imaging.BitmapSource with get, set
Public Property Input As BitmapSource
Property Value
The BitmapSource that is used as the input for the object. The default value is null.
Remarks
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.
Dependency Property Information
Identifier field | InputProperty |
Metadata properties set to true |
None |