igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
195 lines (194 loc) • 5.41 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let CalloutRenderStyleUpdatingEventArgsDescription = /*@__PURE__*/ (() => {
class CalloutRenderStyleUpdatingEventArgsDescription extends Description {
constructor() {
super();
this.an = null;
this.ao = null;
this.p = 0;
this.q = 0;
this.s = 0;
this.t = 0;
this.u = 0;
this.o = 0;
this.ae = null;
this.aj = null;
this.k = null;
this.af = null;
this.m = 0;
this.am = null;
this.al = null;
this.ak = null;
this.r = 0;
this.ag = null;
this.ai = null;
this.n = 0;
this.ah = null;
}
get_type() {
return "CalloutRenderStyleUpdatingEventArgs";
}
get type() {
return this.get_type();
}
get xValueRef() {
return this.an;
}
set xValueRef(a) {
this.an = a;
this.j("XValueRef");
}
get yValueRef() {
return this.ao;
}
set yValueRef(a) {
this.ao = a;
this.j("YValueRef");
}
get labelPositionX() {
return this.p;
}
set labelPositionX(a) {
this.p = a;
this.j("LabelPositionX");
}
get labelPositionY() {
return this.q;
}
set labelPositionY(a) {
this.q = a;
this.j("LabelPositionY");
}
get targetPositionX() {
return this.s;
}
set targetPositionX(a) {
this.s = a;
this.j("TargetPositionX");
}
get targetPositionY() {
return this.t;
}
set targetPositionY(a) {
this.t = a;
this.j("TargetPositionY");
}
get width() {
return this.u;
}
set width(a) {
this.u = a;
this.j("Width");
}
get height() {
return this.o;
}
set height(a) {
this.o = a;
this.j("Height");
}
get actualPosition() {
return this.ae;
}
set actualPosition(a) {
this.ae = a;
this.j("ActualPosition");
}
get itemRef() {
return this.aj;
}
set itemRef(a) {
this.aj = a;
this.j("ItemRef");
}
get series() {
return this.k;
}
set series(a) {
this.k = a;
this.j("Series");
}
get background() {
return this.af;
}
set background(a) {
this.af = a;
this.j("Background");
}
get backgroundCorner() {
return this.m;
}
set backgroundCorner(a) {
this.m = a;
this.j("BackgroundCorner");
}
get textColor() {
return this.am;
}
set textColor(a) {
this.am = a;
this.j("TextColor");
}
get outline() {
return this.al;
}
set outline(a) {
this.al = a;
this.j("Outline");
}
get leaderBrush() {
return this.ak;
}
set leaderBrush(a) {
this.ak = a;
this.j("LeaderBrush");
}
get strokeThickness() {
return this.r;
}
set strokeThickness(a) {
this.r = a;
this.j("StrokeThickness");
}
get badgeBackground() {
return this.ag;
}
set badgeBackground(a) {
this.ag = a;
this.j("BadgeBackground");
}
get badgeOutline() {
return this.ai;
}
set badgeOutline(a) {
this.ai = a;
this.j("BadgeOutline");
}
get badgeThickness() {
return this.n;
}
set badgeThickness(a) {
this.n = a;
this.j("BadgeThickness");
}
get badgeImage() {
return this.ah;
}
set badgeImage(a) {
this.ah = a;
this.j("BadgeImage");
}
}
CalloutRenderStyleUpdatingEventArgsDescription.$t = markType(CalloutRenderStyleUpdatingEventArgsDescription, 'CalloutRenderStyleUpdatingEventArgsDescription', Description.$);
return CalloutRenderStyleUpdatingEventArgsDescription;
})();