次の方法で共有


HtmlMobileTextWriter.RenderFontName プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください