BitmapFrame.ColorContexts Proprietà

Definizione

Quando è sottoposto a override in una classe derivata, ottiene un insieme di oggetti ColorContext associati all'oggetto 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)

Valore della proprietà

Insieme di sola lettura di oggetti ColorContext associati all'oggetto BitmapFrame.

Si applica a

Vedi anche