共用方式為


WmlMobileTextWriter.WmlFormat.Bold 屬性

定義

設定或傳回字型是否為粗體。 預設值是 NotSet。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 property bool Bold { bool get(); void set(bool value); };
public bool Bold { get; set; }
member this.Bold : bool with get, set
Public Property Bold As Boolean

屬性值

如果字型為粗體,則為 true,否則為 false

備註

屬性 Bold 會接受 BooleanOption 列舉,而不是布爾值。

適用於

另請參閱