Exemplo n.º 1
0
 public GradientColor(Color startColor, Color endColor, Resco.Controls.CommonControls.FillDirection fillDirection)
 {
     this.m_startColor    = startColor;
     this.m_endColor      = endColor;
     this.m_fillDirection = fillDirection;
 }
Exemplo n.º 2
0
 public GradientColor(Resco.Controls.CommonControls.FillDirection fillDirection) : this()
 {
     this.m_fillDirection = fillDirection;
 }
Exemplo n.º 3
0
 public GradientColor(Color startColor, Color endColor)
 {
     this.m_startColor    = startColor;
     this.m_endColor      = endColor;
     this.m_fillDirection = Resco.Controls.CommonControls.FillDirection.Horizontal;
 }
Exemplo n.º 4
0
 public GradientColor()
 {
     this.m_startColor    = this.m_endColor = Color.Transparent;
     this.m_fillDirection = Resco.Controls.CommonControls.FillDirection.Horizontal;
 }
Exemplo n.º 5
0
 public GradientColor(Color startColor, Color endColor, Resco.Controls.CommonControls.FillDirection fillDirection)
 {
     this.m_startColor = startColor;
     this.m_endColor = endColor;
     this.m_fillDirection = fillDirection;
 }
Exemplo n.º 6
0
 public GradientColor(Color startColor, Color endColor)
 {
     this.m_startColor = startColor;
     this.m_endColor = endColor;
     this.m_fillDirection = Resco.Controls.CommonControls.FillDirection.Horizontal;
 }
Exemplo n.º 7
0
 public GradientColor(Resco.Controls.CommonControls.FillDirection fillDirection)
     : this()
 {
     this.m_fillDirection = fillDirection;
 }
Exemplo n.º 8
0
 public GradientColor()
 {
     this.m_startColor = this.m_endColor = Color.Transparent;
     this.m_fillDirection = Resco.Controls.CommonControls.FillDirection.Horizontal;
 }