GlyphTypeface.FontUri 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 GlyphTypeface 物件的 URI。
public:
property Uri ^ FontUri { Uri ^ get(); void set(Uri ^ value); };
public Uri FontUri { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public Uri FontUri { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.FontUri : Uri with get, set
member this.FontUri : Uri with get, set
Public Property FontUri As Uri
屬性值
物件的 URI GlyphTypeface 。
- 屬性