次の方法で共有


HtmlMobileTextWriter.RenderFontColor プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください