FontInfo.Size プロパティ

定義

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

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

プロパティ値

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

属性

注釈

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

適用対象

こちらもご覧ください