DetailsPaneFont 属性(AlarmSummary 对象)
设置或返回 Font 对象,其属性设置“详细信息”窗格文字的字体。读/写。Font。
语法
object
.DetailsPaneFont
.PropertyName
其中
object
- AlarmEventSummary 对象的名称。PropertyName
- 属于 Font 对象的属性名称。备注
Font 对象由 Font 属性返回,具有以下属性:
- Bold(布尔型)
- Charset(整型)
- Italic(布尔型)
- Name(字符串型)
- Size(货币型)
- Strikethough(布尔型)
- Underline(布尔型)
- Weight(整型)
示例
Dim oFont As StdFontSet oFont = New StdFontoFont.Bold = TrueoFont.Size = 10Set AlarmEventSummary1.DetailsPaneFont = oFont
提供反馈