Condividi tramite


LateBoundBitmapDecoder.ColorContexts Proprietà

Definizione

Ottiene un valore che rappresenta il profilo colori associato a una bitmap, se definito.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public override System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
[<get: System.Security.SecurityCritical>]
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public Overrides ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Valore della proprietà

ReadOnlyCollection<ColorContext>

Istanza di ColorContext che rappresenta il profilo colori incorporato della bitmap. Se non è stato definito alcun profilo colori o se LateBoundBitmapDecoder sta ancora scaricando contenuto, questa proprietà restituisce null. Nessun valore predefinito per questa proprietà.

Attributi

Si applica a

Vedi anche