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
Copy file name to clipboardExpand all lines: ApiReference/ui/core/view/View.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,9 @@ size is smaller than the size the view wants to be.
113
113
-**scaleY** - _Number_.
114
114
Gets or sets the scaleY affine transform of the view.
115
115
-**originX** - _Number_.
116
-
Gets or sets the X component of the origin point around which the view will be transformed. The deafault value is 0.5 representing the center of the view.
116
+
Gets or sets the X component of the origin point around which the view will be transformed. The default value is 0.5 representing the center of the view.
117
117
-**originY** - _Number_.
118
-
Gets or sets the Y component of the origin point around which the view will be transformed. The deafault value is 0.5 representing the center of the view.
118
+
Gets or sets the Y component of the origin point around which the view will be transformed. The default value is 0.5 representing the center of the view.
119
119
-**rotate** - _Number_.
120
120
Gets or sets the rotate affine transform of the view.
0 commit comments