igniteui-react-core
Version:
Ignite UI React Core.
211 lines (210 loc) • 5.63 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 OverlayTextUpdatingEventArgsDescription = /*@__PURE__*/ (() => {
class OverlayTextUpdatingEventArgsDescription extends Description {
get_type() {
return "OverlayTextUpdatingEventArgs";
}
get type() {
return this.get_type();
}
constructor() {
super();
this.af = 0;
this.p = 0;
this.q = 0;
this.u = 0;
this.t = 0;
this.m = 0;
this.o = 0;
this.n = 0;
this.l = 0;
this.s = 0;
this.aj = null;
this.ai = null;
this.ao = null;
this.ap = null;
this.r = 0;
this.i = false;
this.h = false;
this.aq = null;
this.an = null;
this.ah = null;
this.ak = null;
this.al = null;
this.am = null;
}
get dataIndex() {
return this.af;
}
set dataIndex(a) {
this.af = a;
this.g("DataIndex");
}
get horizontalMargin() {
return this.p;
}
set horizontalMargin(a) {
this.p = a;
this.g("HorizontalMargin");
}
get horizontalPadding() {
return this.q;
}
set horizontalPadding(a) {
this.q = a;
this.g("HorizontalPadding");
}
get verticalPadding() {
return this.u;
}
set verticalPadding(a) {
this.u = a;
this.g("VerticalPadding");
}
get verticalMargin() {
return this.t;
}
set verticalMargin(a) {
this.t = a;
this.g("VerticalMargin");
}
get borderRadius() {
return this.m;
}
set borderRadius(a) {
this.m = a;
this.g("BorderRadius");
}
get borderThickness() {
return this.o;
}
set borderThickness(a) {
this.o = a;
this.g("BorderThickness");
}
get borderShift() {
return this.n;
}
set borderShift(a) {
this.n = a;
this.g("BorderShift");
}
get backgroundShift() {
return this.l;
}
set backgroundShift(a) {
this.l = a;
this.g("BackgroundShift");
}
get textColorShift() {
return this.s;
}
set textColorShift(a) {
this.s = a;
this.g("TextColorShift");
}
get borderMode() {
return this.aj;
}
set borderMode(a) {
this.aj = a;
this.g("BorderMode");
}
get backgroundMode() {
return this.ai;
}
set backgroundMode(a) {
this.ai = a;
this.g("BackgroundMode");
}
get textColorMode() {
return this.ao;
}
set textColorMode(a) {
this.ao = a;
this.g("TextColorMode");
}
get textContent() {
return this.ap;
}
set textContent(a) {
this.ap = a;
this.g("TextContent");
}
get textAngle() {
return this.r;
}
set textAngle(a) {
this.r = a;
this.g("TextAngle");
}
get textVisible() {
return this.i;
}
set textVisible(a) {
this.i = a;
this.g("TextVisible");
}
get textEmpty() {
return this.h;
}
set textEmpty(a) {
this.h = a;
this.g("TextEmpty");
}
get textLocation() {
return this.aq;
}
set textLocation(a) {
this.aq = a;
this.g("TextLocation");
}
get textColor() {
return this.an;
}
set textColor(a) {
this.an = a;
this.g("TextColor");
}
get background() {
return this.ah;
}
set background(a) {
this.ah = a;
this.g("Background");
}
get borderStroke() {
return this.ak;
}
set borderStroke(a) {
this.ak = a;
this.g("BorderStroke");
}
get shapeBrush() {
return this.al;
}
set shapeBrush(a) {
this.al = a;
this.g("ShapeBrush");
}
get shapeOutline() {
return this.am;
}
set shapeOutline(a) {
this.am = a;
this.g("ShapeOutline");
}
}
OverlayTextUpdatingEventArgsDescription.$t = /*@__PURE__*/ markType(OverlayTextUpdatingEventArgsDescription, 'OverlayTextUpdatingEventArgsDescription', Description.$);
return OverlayTextUpdatingEventArgsDescription;
})();