Språk

BitmapFrame.ColorContexts Egenskap

Definition

När det åsidosätts i en härledd klass hämtar en samling ColorContext objekt som är associerade med den här BitmapFrame.

public:
 abstract property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { get; }
member this.ColorContexts : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext>
Public MustOverride ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

Egenskapsvärde

En skrivskyddad samling ColorContext objekt som är associerade med den här BitmapFrame.

Gäller för

Se även