Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NaviGroupRendererOff7"/> class.
 /// </summary>
 public NaviGroupRendererOff7()
 {
     colorTable = new NaviColorTableOff7();
 }
 /// <summary>
 /// Initializes a new instance of the NaviButtonOfficeRenderer class
 /// </summary>
 public NaviButtonRendererOff7()
 {
     // Use by default the blue colors, override this with the property ColorTable
     colorTable = new NaviColorTableOff7();
 }
 /// <summary>
 /// Initializes a new instance of the GradientSplitterProRenderer class
 /// </summary>
 public NaviSplitterRendererOff7()
 {
     colorTable = new NaviColorTableOff7();
 }
Пример #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NaviBarRendererOff7"/> class.
 /// </summary>
 public NaviBarRendererOff7()
 {
     colorTable = new NaviColorTableOff7();
 }