HtmlMobileTextWriter.RenderFontColor プロパティ

定義

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

適用対象

こちらもご覧ください