LateBoundBitmapDecoder.ColorContexts Egenskap

Definition

Hämtar ett värde som representerar den färgprofil som är associerad med en bitmapp, om en definieras.

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)

Egenskapsvärde

En instans av ColorContext den representerar bitmappens inbäddade färgprofil. Om ingen färgprofil har definierats, eller om innehållet LateBoundBitmapDecoder fortfarande laddas ned, returnerar nullden här egenskapen . Den här egenskapen har inget standardvärde.

Attribut

Gäller för

Se även