Esempio n. 1
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _pivotProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _translateproperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _rotateProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _scaleProperty.SetTabOrder(tabIndex);
 }
Esempio n. 2
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _firstPointProperty.SetTabOrder(tabIndex);
 }
Esempio n. 3
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _secondPointProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _lengthProperty.SetTabOrder(tabIndex);
 }