FormatConvertedBitmap.Source 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.