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 ki;
get startLabelTextColor(): string;
set startLabelTextColor(a: string);
private kg;
get startLabelBackground(): string;
set startLabelBackground(a: string);
private kh;
get startLabelBorderColor(): string;
set startLabelBorderColor(a: string);
private kf;
get endLabelTextColor(): string;
set endLabelTextColor(a: string);
private kd;
get endLabelBackground(): string;
set endLabelBackground(a: string);
private ke;
get endLabelBorderColor(): string;
set endLabelBorderColor(a: string);
private kc;
get centerLabelTextColor(): string;
set centerLabelTextColor(a: string);
private ka;
get centerLabelBackground(): string;
set centerLabelBackground(a: string);
private kb;
get centerLabelBorderColor(): string;
set centerLabelBorderColor(a: string);
}