FontUnit.Smaller 欄位

定義

表示具有將 FontUnit 屬性設定為 FontSize.SmallerType 物件。

public: static initonly System::Web::UI::WebControls::FontUnit Smaller;
public static readonly System.Web.UI.WebControls.FontUnit Smaller;
 staticval mutable Smaller : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly Smaller As FontUnit 

欄位值

備註

Smaller使用 欄位來表示 FontUnit 屬性設定為 FontSize.Smaller 的物件 Type

在 Internet Explorer 4.0 和更新版本中,HTML 會轉譯控制項的輸出, Size 並將 屬性設為此欄位 style= "font-size:Smaller" 。 在 Internet Explorer 4.0 之前的瀏覽器中,不會建立 HTML 轉譯輸出。

注意

有些瀏覽器無法辨識 Smaller 字型大小。 檢查瀏覽器的相容性。

適用於

另請參閱