FontAttributes 枚举

定义

描述字体样式的枚举值。

此枚举支持其成员值的按位组合。

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

字段

名称 说明
None 0

字体为未修改。

Bold 1

字体为粗体。

Italic 2

字体为斜体。

适用于