ActivityDesignerTheme.BoldFont 属性

定义

获取主题的字体。Gets the font for the theme.

public:
 property System::Drawing::Font ^ BoldFont { System::Drawing::Font ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Font BoldFont { get; }
[<System.ComponentModel.Browsable(false)>]
member this.BoldFont : System.Drawing.Font
Public ReadOnly Property BoldFont As Font

属性值

Font

主题的 FontThe Font of the theme.

属性

注解

BoldFont 表示要对主题的突出显示文本使用的字体。BoldFont represents the font to use for highlighted text for the theme.

适用于