SystemFonts.CaptionFont 属性

定义

获取一个用于在窗口标题栏中显示文本的 Font

public:
 static property System::Drawing::Font ^ CaptionFont { System::Drawing::Font ^ get(); };
public static System.Drawing.Font CaptionFont { get; }
public static System.Drawing.Font? CaptionFont { get; }
static member CaptionFont : System.Drawing.Font
Public Shared ReadOnly Property CaptionFont As Font

属性值

用于在窗口标题栏中显示文本的 Font

适用于