Freigeben über


FormatConvertedBitmap.Source Eigenschaft

Definition

Ruft die Quelle für die Bitmap ab oder legt sie fest.

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

Eigenschaftswert

Die Quelle für die Bitmap. Der Standardwert ist null.

Hinweise

Sie können eine Kette mit einer FormatConvertedBitmap anderen BitmapSource verketten, indem Sie die Source Eigenschaft des FormatConvertedBitmap gewünschten Werts BitmapSource festlegen. Weitere Informationen finden Sie unter How to: Chain BitmapSource Objects Together for an example of chaining.

Informationen zur Abhängigkeitseigenschaft

Element Wert
Bezeichnerfeld SourceProperty
Auf Metadateneigenschaften festgelegt true Nichts

Gilt für:

Weitere Informationen