You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`"invalidTextSize"`| int |Manage text size steps if the data is invalid|
1435
-
| textsize*1_to_n*| int |Manage text size to use for each step between minData (or close to minData) with `"textsize1"` and maxData (or close to maxData) with textsize*n*|
1436
-
|`"invalidLeftOffset"`| int |Manage leftOffset steps if the data is invalid|
1437
-
| leftOffset*1_to_n*| int |Manage leftOffset to use for each step between minData (or close to minData) with `"leftOffset1"` and maxData (or close to maxData) with leftOffset*n*<br />Note, can be used with dynPref to shift a view when another is hidden...|
1438
-
|`"invalidTopOffset"`| int |Manage topOffset steps if the data is invalid|
1439
-
| topOffset*1_to_n*| int |Manage topOffset to use for each step between minData (or close to minData) with topOffset1 and maxData (or close to maxData) with topOffset*n*<br />Note, can be used with dynPref to shift a view when another is hidden...|
1440
-
|`"invalidRotationOffset"`| int |Manage rotationOffset steps if the data is invalid|
1441
-
| rotationOffset*1_to_n*| int |Manage rotationOffset to use for each step between minData (or close to minData) with rotationOffset1 and maxData (or close to maxData) with rotationOffset*n*|
1442
-
|`"invalidTextvalue"`*| string | Manage textvalue if the data in invalid |
1443
-
| textvalue*1_to_n* * | string | Manage texvalue to use for each step between minData (or close to minData) with textvalue1 and maxData (or close to maxData) with textvalue*n*<br />Note, can include formatting string if `"dynValue"` is set to true within view |
| textsize*1_to_n*| int |管理文本字号阶梯:从接近minData的`"textsize1"`到接近maxData的textsize*n*之间每个阶梯使用的字号 |
1436
+
|`"invalidLeftOffset"`| int |管理数据无效时的水平位移阶梯 |
1437
+
| leftOffset*1_to_n*| int |管理水平位移阶梯:从接近minData的`"leftOffset1"`到接近maxData的leftOffset*n*之间每个阶梯使用的位移值<br />注:可与dynPref配合实现视图隐藏时的位移联动 |
1438
+
|`"invalidTopOffset"`| int |管理数据无效时的垂直位移阶梯 |
1439
+
| topOffset*1_to_n*| int |管理垂直位移阶梯:从接近minData的topOffset1到接近maxData的topOffset*n*之间每个阶梯使用的位移值<br />注:可与dynPref配合实现视图隐藏时的位移联动 |
1440
+
|`"invalidRotationOffset"`| int |管理数据无效时的旋转角度阶梯 |
1441
+
| rotationOffset*1_to_n*| int |管理旋转角度阶梯:从接近minData的rotationOffset1到接近maxData的rotationOffset*n*之间每个阶梯使用的旋转角度 |
1442
+
|`"invalidTextvalue"`*| string | Manage textvalue if the data in invalid |
1443
+
| textvalue*1_to_n* * | string | Manage texvalue to use for each step between minData (or close to minData) with textvalue1 and maxData (or close to maxData) with textvalue*n*<br />Note, can include formatting string if `"dynValue"` is set to true within view |
0 commit comments