HtmlMobileTextWriter.RenderItalic 속성

정의

italic 특성을 대상 디바이스에 보낼지 여부를 나타내는 부울 값을 포함합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

true 특성을 대상 디바이스에 보낼 수 있으면 italic이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보