共用方式為


FontAttributes 列舉

定義

列舉描述字型樣式的值。

此列舉支援其成員值的位元組合。

public enum class FontAttributes
[System.Flags]
public enum FontAttributes
[<System.Flags>]
type FontAttributes = 
Public Enum FontAttributes
繼承
FontAttributes
屬性

欄位

名稱 Description
None 0

字型未經修改。

Bold 1

字型為粗體。

Italic 2

字型為斜體。

適用於