LineDisplayCapabilities.CanDisplayCustomGlyphs 屬性

定義

取得行顯示是否支援顯示自訂圖像。

public:
 property bool CanDisplayCustomGlyphs { bool get(); };
bool CanDisplayCustomGlyphs();
public bool CanDisplayCustomGlyphs { get; }
var boolean = lineDisplayCapabilities.canDisplayCustomGlyphs;
Public ReadOnly Property CanDisplayCustomGlyphs As Boolean

屬性值

Boolean

bool

如果行顯示支援顯示自訂圖像,則為 True;否則為 false。

適用於