次の方法で共有


WmlMobileTextWriter.WmlFormat.Size プロパティ

定義

指定したフォント サイズを取得または設定します。 この 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); };
public System.Web.UI.MobileControls.FontSize Size { get; set; }
member this.Size : System.Web.UI.MobileControls.FontSize with get, set
Public Property Size As FontSize

プロパティ値

フォントのサイズを表す列挙値。

注釈

FontSize 型であることが必要です。 既定値は NotSet です。

適用対象

こちらもご覧ください