Share via


HttpBrowserCapabilitiesWrapper.SupportsFontSize 屬性

定義

取得值,指出瀏覽器是否支援 HTML font 項目的 size 屬性。

public:
 virtual property bool SupportsFontSize { bool get(); };
public override bool SupportsFontSize { get; }
member this.SupportsFontSize : bool
Public Overrides ReadOnly Property SupportsFontSize As Boolean

屬性值

Boolean

如果瀏覽器支援 HTML font 項目的 size 屬性,則為 true;否則為 false。 預設為 false

適用於