igniteui-angular-gauges
Version:
Ignite UI Angular gauge components.
16 lines (15 loc) • 446 B
TypeScript
import { FormatRadialGaugeLabelEventArgs } from "./FormatRadialGaugeLabelEventArgs";
import { Brush } from "igniteui-angular-core";
import { Type } from "igniteui-angular-core";
/**
* @hidden
*/
export declare class AlignRadialGaugeLabelEventArgs extends FormatRadialGaugeLabelEventArgs {
static $t: Type;
width: number;
height: number;
offsetX: number;
offsetY: number;
brush: Brush;
font: number;
}