Style.Font 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 FontInfo 物件,該物件包含控制項的字型相關資訊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
property System::Web::UI::MobileControls::FontInfo ^ Font { System::Web::UI::MobileControls::FontInfo ^ get(); };
public System.Web.UI.MobileControls.FontInfo Font { get; }
member this.Font : System.Web.UI.MobileControls.FontInfo
Public ReadOnly Property Font As FontInfo
屬性值
列舉值,指定控制項相關的字型資訊。
備註
類別 FontInfo 具有下列屬性:
屬性 | 描述 |
---|---|
FontInfo.Bold | 字型是否為粗體。 |
FontInfo.Italic | 字型是否為斜體。 |
FontInfo.Name | 這個字型實例的標識碼。 |
FontInfo.Size | 字型大小。 |