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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.