BitmapDecoder.ColorContexts 屬性

定義

取得值,表示與點陣圖相關聯的色彩設定檔 (如果有定義的話)。

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ ColorContexts { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Media::ColorContext ^> ^ get(); };
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Media.ColorContext> ColorContexts { [System.Security.SecurityCritical] get; }
public virtual 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 Overridable ReadOnly Property ColorContexts As ReadOnlyCollection(Of ColorContext)

屬性值

ReadOnlyCollection<ColorContext>

ColorContext 的執行個體,代表該點陣圖的內嵌色彩設定檔。 如果沒有定義顏色設定檔,則這個屬性會傳回 null。 此屬性沒有預設值。

屬性

適用於