共用方式為


WmlMobileTextWriter.WmlFormat.Italic 屬性

定義

取得或設定值,表示字型是否為斜體。 預設值是 NotSet。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

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

屬性值

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

備註

屬性 Italic 會採用 BooleanOption 列舉,而不是布爾值。

適用於

另請參閱