TextViewElement.IsBold プロパティ

定義

テキストが太字の場合は true を返します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

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

プロパティ値

true テキストが太字の場合。それ以外の場合は false

適用対象

こちらもご覧ください