You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="fontParameters">The font parameters.</param>
41
42
/// <param name="titleStyle">The title style.</param>
42
43
/// <param name="titleIconFileName">Filename of the title icon .</param>
43
44
/// <param name="opacity">The opacity.</param>
@@ -67,6 +68,7 @@ public string GenerateSingleCall(InformationBoxBehavior behavior,
67
68
booluseAutoClose,
68
69
AutoCloseParametersautoClose,
69
70
DesignParametersdesign,
71
+
FontParametersfontParameters,
70
72
InformationBoxTitleIconStyletitleStyle,
71
73
stringtitleIconFileName,
72
74
InformationBoxOpacityopacity,
@@ -222,6 +224,12 @@ public string GenerateSingleCall(InformationBoxBehavior behavior,
222
224
codeBuilder.AppendFormat(CultureInfo.InvariantCulture,"design: new DesignParameters(System.Drawing.Color.FromArgb({0},{1},{2}), System.Drawing.Color.FromArgb({3},{4},{5})), ",design.FormBackColor.R,design.FormBackColor.G,design.FormBackColor.B,design.BarsBackColor.R,design.BarsBackColor.G,design.BarsBackColor.B);
0 commit comments