Painter class used to paint drawing objects in Office 2003 theme.
Inheritance: FAPainterBase, IFAPainter
 /// <summary>
 /// Ctor. Creates know painter types.
 /// </summary>
 static FAPainterFactory()
 {
     PainterOffice2000 = new FAPainterOffice2000();
     PainterOffice2003 = new FAPainterOffice2003();
     PainterOffice2007 = new FAPainterOffice2007();
     PainterWinXP = new FAPainterWindowsXP();
 }
Example #2
0
 /// <summary>
 /// Ctor. Creates know painter types.
 /// </summary>
 static FAPainterFactory()
 {
     PainterOffice2000 = new FAPainterOffice2000();
     PainterOffice2003 = new FAPainterOffice2003();
     PainterOffice2007 = new FAPainterOffice2007();
     PainterWinXP      = new FAPainterWindowsXP();
 }