igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
35 lines (34 loc) • 1.13 kB
TypeScript
import { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class DataAnnotationStripLayerDescription extends DataAnnotationRangeLayerDescription {
static $t: Type;
protected get_type(): string;
constructor();
private kc;
get startValueMemberPath(): string;
set startValueMemberPath(a: string);
private kb;
get startLabelMemberPath(): string;
set startLabelMemberPath(a: string);
private ka;
get startLabelDisplayMode(): string;
set startLabelDisplayMode(a: string);
private j9;
get endValueMemberPath(): string;
set endValueMemberPath(a: string);
private j8;
get endLabelMemberPath(): string;
set endLabelMemberPath(a: string);
private j7;
get endLabelDisplayMode(): string;
set endLabelDisplayMode(a: string);
private j6;
get centerLabelMemberPath(): string;
set centerLabelMemberPath(a: string);
private j5;
get centerLabelDisplayMode(): string;
set centerLabelDisplayMode(a: string);
}