GlyphTypeface.Symbol 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示 GlyphTypeface 字型是否符合 Unicode 編碼。
public:
property bool Symbol { bool get(); };
public bool Symbol { get; }
public bool Symbol { [System.Security.SecurityCritical] [System.Security.SecurityTreatAsSafe] get; }
member this.Symbol : bool
[<get: System.Security.SecurityCritical>]
[<get: System.Security.SecurityTreatAsSafe>]
member this.Symbol : bool
Public ReadOnly Property Symbol As Boolean
屬性值
如果字型符合 Unicode 編碼則為 true
,否則為 false
。
- 屬性
備註
字型可視為由字碼點編制索引的簡單符號集合。