コード例 #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);
 }
コード例 #2
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _baseRadiusProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _topRadiusProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _heightConeProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _heightProperty.SetTabOrder(tabIndex);
 }
コード例 #3
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _radiusPropertyItem.SetTabOrder(tabIndex);
 }
コード例 #4
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _lengthProperty.SetTabOrder(tabIndex);
 }
コード例 #5
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _heightProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _cutTypeProperty.SetTabOrder(tabIndex);
 }
コード例 #6
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _internalRadiusProperty.SetTabOrder(tabIndex);
 }
コード例 #7
0
 public override void SetTabOrder(int tabIndex)
 {
     TabChildCount = TabChildCount + _minorRadiusProperty.SetTabOrder(tabIndex);
     TabChildCount = TabChildCount + _majorRadiusProperty.SetTabOrder(tabIndex);
 }