ClaimedLineDisplay.CustomGlyphs 屬性

定義

如果支援此功能,則取得行顯示的自訂圖像清單。

public:
 property LineDisplayCustomGlyphs ^ CustomGlyphs { LineDisplayCustomGlyphs ^ get(); };
LineDisplayCustomGlyphs CustomGlyphs();
public LineDisplayCustomGlyphs CustomGlyphs { get; }
var lineDisplayCustomGlyphs = claimedLineDisplay.customGlyphs;
Public ReadOnly Property CustomGlyphs As LineDisplayCustomGlyphs

屬性值

線條顯示的 LineDisplayCustomGlyphs 物件。

Windows 需求

裝置系列
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)

備註

當 CanDisplayCustomGlyphs 為 True 時,此屬性會保存此線條顯示裝置的 LineDisplayCustomGlyphs 物件。 當 Capabilities.CanDisplayCustomGlyphs 設定為 False 時,此屬性會設定為 Null。

適用於