SystemFonts.SmallCaptionFont Propiedad

Definición

Obtiene un Font objeto que se usa para mostrar texto en las barras de título de ventanas pequeñas, como ventanas de herramientas.

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

Valor de propiedad

Font que se usa para mostrar texto en las barras de título de ventanas pequeñas, como ventanas de herramientas.

Se aplica a