TransformedBitmap.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 TransformedBitmap to another BitmapSource by setting the Source property of the TransformedBitmap 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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.