Files
NativeScript/tests/app/ui/label/label-tests-native.d.ts
2016-12-19 10:36:25 +02:00

7 lines
271 B
TypeScript

//@private
import * as labelModule from "ui/label";
import * as colorModule from "color";
export declare function getNativeTextAlignment(label: labelModule.Label): string;
export declare function getNativeBackgroundColor(label: labelModule.Label): colorModule.Color;