Esempio n. 1
0
 private StyleSet(StyleSet styleSet)
 {
     FontColor   = styleSet.FontColor;
     FontName    = styleSet.FontName;
     FontSize    = styleSet.FontSize;
     WidgetStyle = styleSet.WidgetStyle;
 }
Esempio n. 2
0
 private StyleSet(Color fontColor, string fontName, int fontSize, WidgetStyle widgetStyle)
 {
     FontColor   = fontColor;
     FontName    = fontName;
     FontSize    = fontSize;
     WidgetStyle = widgetStyle;
 }
Esempio n. 3
0
 private StyleSet(Color fontColor, string fontName, int fontSize, WidgetStyle widgetStyle)
 {
     FontColor = fontColor;
     FontName = fontName;
     FontSize = fontSize;
     WidgetStyle = widgetStyle;
 }
Esempio n. 4
0
 internal void OverrideWidget(WidgetStyle widgetStyle)
 {
     WidgetStyle = widgetStyle;
 }
Esempio n. 5
0
 internal void OverrideWidget(WidgetStyle widgetStyle)
 {
     WidgetStyle = widgetStyle;
 }