TextViewElement.IsItalic Property

Definition

Returns true if the text is italic. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property bool IsItalic { bool get(); };
public bool IsItalic { get; }
member this.IsItalic : bool
Public ReadOnly Property IsItalic As Boolean

Property Value

true if text is italic; otherwise, false.

Applies to

See also