Example #1
0
 public CGTicks(CGControl parent) : base(parent)
 {
     _step    = 10;
     _rLength = 5;
     _rWidth  = 3;
 }
Example #2
0
 public CGTrapezeNeedle(CGControl parent) : base(parent)
 {
     _aspect = 0.5f;
 }
Example #3
0
 public CGValues(CGControl parent) : base(parent)
 {
     _step = 10;
     //_correctPos = false;
     _fontBold = false;
 }
Example #4
0
 protected CGItem(CGControl parent)
 {
     Parent = parent;
 }