igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
38 lines (37 loc) • 1.24 kB
TypeScript
import { DataAnnotationShapeLayerDescription } from "./DataAnnotationShapeLayerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare abstract class DataAnnotationRangeLayerDescription extends DataAnnotationShapeLayerDescription {
static $t: Type;
protected get_type(): string;
constructor();
private jv;
get startLabelTextColor(): string;
set startLabelTextColor(a: string);
private jt;
get startLabelBackground(): string;
set startLabelBackground(a: string);
private ju;
get startLabelBorderColor(): string;
set startLabelBorderColor(a: string);
private js;
get endLabelTextColor(): string;
set endLabelTextColor(a: string);
private jq;
get endLabelBackground(): string;
set endLabelBackground(a: string);
private jr;
get endLabelBorderColor(): string;
set endLabelBorderColor(a: string);
private jp;
get centerLabelTextColor(): string;
set centerLabelTextColor(a: string);
private jn;
get centerLabelBackground(): string;
set centerLabelBackground(a: string);
private jo;
get centerLabelBorderColor(): string;
set centerLabelBorderColor(a: string);
}