BitmapFrame.ColorContexts Property

Definition

When overridden in a derived class, gets a collection of ColorContext objects that are associated with this 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)

Property Value

A read-only collection of ColorContext objects that are associated with this BitmapFrame.

Applies to

See also