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입니다.

적용 대상