FormatConvertedBitmap.Source Property

Definition

Gets or sets the source for the bitmap.

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

Property Value

The source for the bitmap. The default value is null.

Remarks

You can chain a FormatConvertedBitmap to another BitmapSource by setting the Source property of the FormatConvertedBitmap to the BitmapSource that you want. See How to: Chain BitmapSource Objects Together for an example of chaining.

Dependency Property Information

Identifier field SourceProperty
Metadata properties set to true None

Applies to

See also