FontInfo::Italic Property
.NET Framework (current version)
Gets or sets a value indicating whether the font is italic. The default value is NotSet. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property BooleanOption Italic { BooleanOption get(); void set(BooleanOption value); }
Property Value
Type: System.Web.UI.MobileControls::BooleanOptionAn enumerated value indicating whether the font is italic.
The Italic property takes a BooleanOption, not a Boolean value.
.NET Framework
Available since 1.1
Available since 1.1
Show: