Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NaviGroupRendererOff3"/> class.
 /// </summary>
 public NaviGroupRendererOff3()
 {
     colorTable = new NaviColorTableOff3();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="NaviBarRendererOff3"/> class.
 /// </summary>
 public NaviBarRendererOff3()
 {
     colorTable = new NaviColorTableOff3();
 }
 /// <summary>
 /// Initializes a new instance of the NaviButtonOfficeRenderer class
 /// </summary>
 public NaviButtonRendererOff3()
 {
     // Use by default the blue colors, override this with the property ColorTable
     colorTable = new NaviColorTableOff3();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the GradientSplitterProRenderer class
 /// </summary>
 public NaviSplitterRendererOff3()
 {
     colorTable = new NaviColorTableOff3();
 }