UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

49 lines (48 loc) 1.48 kB
import { UserShapeAnnotationDescription } from "./UserShapeAnnotationDescription"; import { Type } from "./type"; /** * @hidden */ export declare class UserStripAnnotationDescription extends UserShapeAnnotationDescription { static $t: Type; protected get_type(): string; private static __marshalByValue3; private static __marshalByValueAlias3; constructor(); private ct; get startValue(): number; set startValue(a: number); private c2; get startLabel(): string; set startLabel(a: string); private c5; get startLabelColor(): string; set startLabelColor(a: string); private c3; get startLabelBackground(): string; set startLabelBackground(a: string); private c4; get startLabelBorderColor(): string; set startLabelBorderColor(a: string); private cs; get endValue(): number; set endValue(a: number); private cx; get endLabel(): string; set endLabel(a: string); private c0; get endLabelColor(): string; set endLabelColor(a: string); private cy; get endLabelBackground(): string; set endLabelBackground(a: string); private cz; get endLabelBorderColor(): string; set endLabelBorderColor(a: string); private c6; get startValueDisplayMode(): string; set startValueDisplayMode(a: string); private c1; get endValueDisplayMode(): string; set endValueDisplayMode(a: string); }