HtmlMobileTextWriter.RenderFontSize プロパティ

定義

フォント サイズ属性を出力ストリームに送信できるかどうかを示します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

protected public:
 property bool RenderFontSize { bool get(); void set(bool value); };
protected internal bool RenderFontSize { get; set; }
member this.RenderFontSize : bool with get, set
Protected Friend Property RenderFontSize As Boolean

プロパティ値

true フォント サイズ属性を出力ストリームに送信できる場合。それ以外の場合は false

適用対象

こちらもご覧ください