ControlUtil.GetDefaultFont Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| GetDefaultFont() | |
| GetDefaultFont(Single) | |
| GetDefaultFont(Single, FontStyle) |
GetDefaultFont()
public:
static System::Drawing::Font ^ GetDefaultFont();
public static System.Drawing.Font GetDefaultFont ();
static member GetDefaultFont : unit -> System.Drawing.Font
Public Shared Function GetDefaultFont () As Font
Gibt zurück
Gilt für:
GetDefaultFont(Single)
public:
static System::Drawing::Font ^ GetDefaultFont(float fontSize);
public static System.Drawing.Font GetDefaultFont (float fontSize);
static member GetDefaultFont : single -> System.Drawing.Font
Public Shared Function GetDefaultFont (fontSize As Single) As Font
Parameter
- fontSize
- Single
Gibt zurück
Gilt für:
GetDefaultFont(Single, FontStyle)
public:
static System::Drawing::Font ^ GetDefaultFont(float fontSize, System::Drawing::FontStyle fontStyle);
public static System.Drawing.Font GetDefaultFont (float fontSize, System.Drawing.FontStyle fontStyle);
static member GetDefaultFont : single * System.Drawing.FontStyle -> System.Drawing.Font
Public Shared Function GetDefaultFont (fontSize As Single, fontStyle As FontStyle) As Font
Parameter
- fontSize
- Single
- fontStyle
- FontStyle