WmlMobileTextWriter.WmlFormat.Bold 属性

定义

设置或返回字体是否为粗体。 默认值是 NotSet。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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 枚举,而不是布尔值。

适用于

另请参阅