FontInfo.Size プロパティ

定義

指定したフォント サイズを取得または設定します。 FontSize 型であることが必要です。 既定値は NotSet です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 property System::Web::UI::MobileControls::FontSize Size { System::Web::UI::MobileControls::FontSize get(); void set(System::Web::UI::MobileControls::FontSize value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.MobileControls.FontSize Size { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Size : System.Web.UI.MobileControls.FontSize with get, set
Public Property Size As FontSize

プロパティ値

指定したフォント サイズを示す列挙値。

属性

注釈

、または Smallのいずれかのフォント サイズNotSetLargeNormalを使用できます。

適用対象

こちらもご覧ください