igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
26 lines (25 loc) • 651 B
TypeScript
import { LegendBaseDescription } from "./LegendBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class LegendDescription extends LegendBaseDescription {
static $t: Type;
private ad;
get width(): string;
set width(a: string);
private z;
get height(): string;
set height(a: string);
protected get_type(): string;
constructor();
private aa;
get orientation(): string;
set orientation(a: string);
private ab;
get textColor(): string;
set textColor(a: string);
private ac;
get textStyle(): string;
set textStyle(a: string);
}