mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
chore: syntax error correction in comments for property of View, originX and originY. (#8669)
This commit is contained in:
4
nativescript-core/ui/core/view/view.d.ts
vendored
4
nativescript-core/ui/core/view/view.d.ts
vendored
@ -368,12 +368,12 @@ export abstract class View extends ViewBase {
|
||||
automationText: string;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
* 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.
|
||||
*/
|
||||
originX: number;
|
||||
|
||||
/**
|
||||
* 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.
|
||||
* 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.
|
||||
*/
|
||||
originY: number;
|
||||
|
||||
|
Reference in New Issue
Block a user