SystemFonts.SmallCaptionFont 属性

定义

获取一个用于在小型窗口(如工具窗口)标题栏中显示文本的 Font

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

属性值

用于在小型窗口(如工具窗口)标题栏中显示文本的 Font

适用于