igniteui-react-core
Version:
Ignite UI React Core.
26 lines (25 loc) • 648 B
TypeScript
import { LegendBaseDescription } from "./LegendBaseDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class LegendDescription extends LegendBaseDescription {
static $t: Type;
private aa;
get width(): string;
set width(a: string);
private w;
get height(): string;
set height(a: string);
protected get_type(): string;
constructor();
private x;
get orientation(): string;
set orientation(a: string);
private y;
get textColor(): string;
set textColor(a: string);
private z;
get textStyle(): string;
set textStyle(a: string);
}