共用方式為


FontUnit.Large 欄位

定義

代表 FontUnit 一個屬性設定 TypeFontSize.Large的物件。

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

欄位值

備註

使用欄位 Large 來表示 FontUnit 一個物件,屬性 Type 設為 FontSize.Large

在 Internet Explorer 4.0 及以後版本中,將 Size 屬性設定為此欄位的控制項所渲染的 HTML 輸出為 style= "font-size:Large"。 在 Internet Explorer 4.0 之前的瀏覽器中,HTML 的輸出為 <font size="5">

適用於

另請參閱