mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 11:17:04 +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;
|
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;
|
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;
|
originY: number;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user