mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
12 lines
413 B
TypeScript
12 lines
413 B
TypeScript
//@private
|
|
import view = require("ui/core/view");
|
|
|
|
export declare function getNativeBorderWidth(v: view.View): number;
|
|
|
|
export declare function getNativeCornerRadius(v: view.View): number;
|
|
|
|
export declare function checkNativeBorderColor(v: view.View): boolean
|
|
|
|
export declare function checkNativeBackgroundColor(v: view.View): boolean;
|
|
|
|
export declare function checkNativeBackgroundImage(v: view.View): boolean |