UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

211 lines (210 loc) 5.83 kB
/* 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 { constructor() { super(); this.ai = 0; this.s = 0; this.t = 0; this.x = 0; this.w = 0; this.p = 0; this.r = 0; this.q = 0; this.o = 0; this.v = 0; this.am = null; this.al = null; this.ar = null; this.as = null; this.u = 0; this.l = false; this.k = false; this.at = null; this.aq = null; this.ak = null; this.an = null; this.ao = null; this.ap = null; } get_type() { return "OverlayTextUpdatingEventArgs"; } get type() { return this.get_type(); } get dataIndex() { return this.ai; } set dataIndex(a) { this.ai = a; this.j("DataIndex"); } get horizontalMargin() { return this.s; } set horizontalMargin(a) { this.s = a; this.j("HorizontalMargin"); } get horizontalPadding() { return this.t; } set horizontalPadding(a) { this.t = a; this.j("HorizontalPadding"); } get verticalPadding() { return this.x; } set verticalPadding(a) { this.x = a; this.j("VerticalPadding"); } get verticalMargin() { return this.w; } set verticalMargin(a) { this.w = a; this.j("VerticalMargin"); } get borderRadius() { return this.p; } set borderRadius(a) { this.p = a; this.j("BorderRadius"); } get borderThickness() { return this.r; } set borderThickness(a) { this.r = a; this.j("BorderThickness"); } get borderShift() { return this.q; } set borderShift(a) { this.q = a; this.j("BorderShift"); } get backgroundShift() { return this.o; } set backgroundShift(a) { this.o = a; this.j("BackgroundShift"); } get textColorShift() { return this.v; } set textColorShift(a) { this.v = a; this.j("TextColorShift"); } get borderMode() { return this.am; } set borderMode(a) { this.am = a; this.j("BorderMode"); } get backgroundMode() { return this.al; } set backgroundMode(a) { this.al = a; this.j("BackgroundMode"); } get textColorMode() { return this.ar; } set textColorMode(a) { this.ar = a; this.j("TextColorMode"); } get textContent() { return this.as; } set textContent(a) { this.as = a; this.j("TextContent"); } get textAngle() { return this.u; } set textAngle(a) { this.u = a; this.j("TextAngle"); } get textVisible() { return this.l; } set textVisible(a) { this.l = a; this.j("TextVisible"); } get textEmpty() { return this.k; } set textEmpty(a) { this.k = a; this.j("TextEmpty"); } get textLocation() { return this.at; } set textLocation(a) { this.at = a; this.j("TextLocation"); } get textColor() { return this.aq; } set textColor(a) { this.aq = a; this.j("TextColor"); } get background() { return this.ak; } set background(a) { this.ak = a; this.j("Background"); } get borderStroke() { return this.an; } set borderStroke(a) { this.an = a; this.j("BorderStroke"); } get shapeBrush() { return this.ao; } set shapeBrush(a) { this.ao = a; this.j("ShapeBrush"); } get shapeOutline() { return this.ap; } set shapeOutline(a) { this.ap = a; this.j("ShapeOutline"); } } OverlayTextUpdatingEventArgsDescription.$t = markType(OverlayTextUpdatingEventArgsDescription, 'OverlayTextUpdatingEventArgsDescription', Description.$); return OverlayTextUpdatingEventArgsDescription; })();