SystemFonts.SmallCaptionFont 属性

定义

获取一个 Font 用于在小窗口的标题栏中显示文本,例如工具窗口。

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

属性值

Font用于在小窗口的标题栏中显示文本,例如工具窗口。

适用于