Home
last modified time | relevance | path

Searched refs:ShapeAttribute (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dshape.d.ts54 new (value?: PixelMap): ShapeAttribute;
73 (value: PixelMap): ShapeAttribute;
99 (): ShapeAttribute;
120 declare class ShapeAttribute extends CommonMethod<ShapeAttribute> { class
148 … string; y?: number | string; width?: number | string; height?: number | string }): ShapeAttribute;
177 stroke(value: ResourceColor): ShapeAttribute;
206 fill(value: ResourceColor): ShapeAttribute;
235 strokeDashOffset(value: number | string): ShapeAttribute;
264 strokeDashArray(value: Array<any>): ShapeAttribute;
293 strokeLineCap(value: LineCapStyle): ShapeAttribute;
[all …]