mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
committed by
Stanimira Vlaeva
parent
5a83a1c858
commit
7edf56197a
@@ -73,7 +73,6 @@
|
||||
backgroundColor: number,
|
||||
backgroundImage: string,
|
||||
backgroundBitmap: android.graphics.Bitmap,
|
||||
backgroundGradient: LinearGradientDefinition,
|
||||
context: android.content.Context,
|
||||
backgroundRepeat: string,
|
||||
backgroundPosition: string,
|
||||
@@ -118,18 +117,6 @@
|
||||
public toDebugString(): string;
|
||||
}
|
||||
|
||||
export class LinearGradientDefinition {
|
||||
constructor(startX: number, endX: number, startY: number,
|
||||
endY: number, colors: number[], stops?: number[]);
|
||||
|
||||
public getStartX(): number;
|
||||
public getStartY(): number;
|
||||
public getEndX(): number;
|
||||
public getEndY(): number;
|
||||
public getColors(): number[];
|
||||
public getStops(): number[];
|
||||
}
|
||||
|
||||
export class CSSValue {
|
||||
constructor(type: string, str: string, unit: string, value: number);
|
||||
public getType(): string;
|
||||
|
||||
Reference in New Issue
Block a user