FontUnit.Type 属性

定义

获取表示字体大小的 FontSize 枚举值。

public:
 property System::Web::UI::WebControls::FontSize Type { System::Web::UI::WebControls::FontSize get(); };
public System.Web.UI.WebControls.FontSize Type { get; }
member this.Type : System.Web.UI.WebControls.FontSize
Public ReadOnly Property Type As FontSize

属性值

FontSize

FontSize 值之一。

注解

使用 Type 属性检索表示 FontSize 字号的枚举值。

适用于

另请参阅