UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 1.39 kB
import { Description } from "./Description"; import { OverlayTextUpdatingEventArgsDescription } from "./OverlayTextUpdatingEventArgsDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataAnnotationStyleEventArgsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private z; get shapeBrush(): string; set shapeBrush(a: string); private aa; get shapeOutline(): string; set shapeOutline(a: string); private q; get shapeBrushOpacity(): number; set shapeBrushOpacity(a: number); private r; get shapeOutlineOpacity(): number; set shapeOutlineOpacity(a: number); private s; get shapeThickness(): number; set shapeThickness(a: number); private n; get shapeVisible(): boolean; set shapeVisible(a: boolean); private m; get annotationVisible(): boolean; set annotationVisible(a: boolean); private y; get labelStart(): string; set labelStart(a: string); private x; get labelEnd(): string; set labelEnd(a: string); private w; get labelCenter(): string; set labelCenter(a: string); private k; get overlay(): OverlayTextUpdatingEventArgsDescription; set overlay(a: OverlayTextUpdatingEventArgsDescription); }