Example #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);
 }
Example #2
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _firstPointProperty.SetTabOrder(tabIndex);
 }
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _secondPointProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _lengthProperty.SetTabOrder(tabIndex);
 }