FormatConvertedBitmap.Source Propiedad

Definición

Obtiene o establece el origen del mapa de bits.

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

Valor de propiedad

Origen del mapa de bits. El valor predeterminado es null.

Comentarios

Puede encadenar un objeto FormatConvertedBitmap a otro BitmapSource estableciendo la Source propiedad de en FormatConvertedBitmap el BitmapSource objeto que desee. Vea Cómo: Encadenar objetos BitmapSource juntos para obtener un ejemplo de encadenamiento.

Información sobre propiedades de dependencia

Campo identificador SourceProperty
Propiedades de metadatos establecidas en true None

Se aplica a

Consulte también