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