DefaultAppearance

DefaultAppearance()

Konstruktor von DefaultAppearance.

public DefaultAppearance()

Siehe auch


DefaultAppearance(string, double, Color)

Konstruktor von DefaultAppearance.

public DefaultAppearance(string fontName, double fontSize, Color textColor)
ParameterTypBeschreibung
fontNameStringSchriftartenname.
fontSizeDoubleSchriftgröße.
textColorColorTextfarbe.

Siehe auch


DefaultAppearance(Font, double, Color)

Konstruktor der Standarddarstellung. Eine zuvor erstellte Schriftart kann als Standardschriftart festgelegt werden.

public DefaultAppearance(Font font, double fontSize, Color textColor)
ParameterTypBeschreibung
fontFontSchriftart, die als Standard verwendet wird.
fontSizeDoubleSchriftgröße.
textColorColorTextfarbe.

Siehe auch