Share via


FormatConvertedBitmap.Source Propriété

Définition

Obtient ou définit la source de l’image 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

Valeur de propriété

Source de l’image bitmap. La valeur par défaut est null.

Remarques

Vous pouvez chaîner un FormatConvertedBitmap à un autre en BitmapSource définissant la Source propriété du FormatConvertedBitmap sur le BitmapSource que vous souhaitez. Consultez How to: Chain BitmapSource Objects Together pour obtenir un exemple de chaînage.

Informations sur les propriétés de dépendance

Champ Identificateur SourceProperty
Propriétés de métadonnées définies sur true Aucun

S’applique à

Voir aussi