UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

46 lines (45 loc) 1.38 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 w; get shapeBrush(): string; set shapeBrush(a: string); private x; get shapeOutline(): string; set shapeOutline(a: string); private n; get shapeBrushOpacity(): number; set shapeBrushOpacity(a: number); private o; get shapeOutlineOpacity(): number; set shapeOutlineOpacity(a: number); private p; get shapeThickness(): number; set shapeThickness(a: number); private k; get shapeVisible(): boolean; set shapeVisible(a: boolean); private j; get annotationVisible(): boolean; set annotationVisible(a: boolean); private v; get labelStart(): string; set labelStart(a: string); private u; get labelEnd(): string; set labelEnd(a: string); private t; get labelCenter(): string; set labelCenter(a: string); private h; get overlay(): OverlayTextUpdatingEventArgsDescription; set overlay(a: OverlayTextUpdatingEventArgsDescription); }