Aracılığıyla paylaş


LateBoundBitmapDecoder.ColorContexts Özellik

Tanım

Bir bit eşlem ile ilişkili renk profilini (tanımlandıysa) temsil eden bir değer alır.

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)

Özellik Değeri

ReadOnlyCollection<ColorContext>

Bit eşlemin katıştırılmış renk profilini temsil eden bir örneği ColorContext . Hiçbir renk profili tanımlanmamışsa veya hala içerik indiriliyorsa LateBoundBitmapDecoder , bu özellik döndürür null. Bu özelliğin varsayılan değeri yok.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.