UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

26 lines (25 loc) 647 B
import { LegendBaseDescription } from "./LegendBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class LegendDescription extends LegendBaseDescription { static $t: Type; private w; get width(): string; set width(a: string); private s; get height(): string; set height(a: string); protected get_type(): string; constructor(); private t; get orientation(): string; set orientation(a: string); private u; get textColor(): string; set textColor(a: string); private v; get textStyle(): string; set textStyle(a: string); }