UNPKG

igniteui-react-core

Version:
195 lines (194 loc) 5.17 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 OverlayTextInfoDescription = /*@__PURE__*/ (() => { class OverlayTextInfoDescription extends Description { get_type() { return "OverlayTextInfo"; } get type() { return this.get_type(); } constructor() { super(); this.n = 0; this.o = 0; this.s = 0; this.r = 0; this.k = 0; this.m = 0; this.l = 0; this.j = 0; this.q = 0; this.af = null; this.ae = null; this.ak = null; this.al = null; this.p = 0; this.h = false; this.am = null; this.aj = null; this.ad = null; this.ag = null; this.ah = null; this.ai = null; } get horizontalMargin() { return this.n; } set horizontalMargin(a) { this.n = a; this.g("HorizontalMargin"); } get horizontalPadding() { return this.o; } set horizontalPadding(a) { this.o = a; this.g("HorizontalPadding"); } get verticalPadding() { return this.s; } set verticalPadding(a) { this.s = a; this.g("VerticalPadding"); } get verticalMargin() { return this.r; } set verticalMargin(a) { this.r = a; this.g("VerticalMargin"); } get borderRadius() { return this.k; } set borderRadius(a) { this.k = a; this.g("BorderRadius"); } get borderThickness() { return this.m; } set borderThickness(a) { this.m = a; this.g("BorderThickness"); } get borderShift() { return this.l; } set borderShift(a) { this.l = a; this.g("BorderShift"); } get backgroundShift() { return this.j; } set backgroundShift(a) { this.j = a; this.g("BackgroundShift"); } get textColorShift() { return this.q; } set textColorShift(a) { this.q = a; this.g("TextColorShift"); } get borderMode() { return this.af; } set borderMode(a) { this.af = a; this.g("BorderMode"); } get backgroundMode() { return this.ae; } set backgroundMode(a) { this.ae = a; this.g("BackgroundMode"); } get textColorMode() { return this.ak; } set textColorMode(a) { this.ak = a; this.g("TextColorMode"); } get textContent() { return this.al; } set textContent(a) { this.al = a; this.g("TextContent"); } get textAngle() { return this.p; } set textAngle(a) { this.p = a; this.g("TextAngle"); } get textVisible() { return this.h; } set textVisible(a) { this.h = a; this.g("TextVisible"); } get textLocation() { return this.am; } set textLocation(a) { this.am = a; this.g("TextLocation"); } get textColor() { return this.aj; } set textColor(a) { this.aj = a; this.g("TextColor"); } get background() { return this.ad; } set background(a) { this.ad = a; this.g("Background"); } get borderStroke() { return this.ag; } set borderStroke(a) { this.ag = a; this.g("BorderStroke"); } get shapeBrush() { return this.ah; } set shapeBrush(a) { this.ah = a; this.g("ShapeBrush"); } get shapeOutline() { return this.ai; } set shapeOutline(a) { this.ai = a; this.g("ShapeOutline"); } } OverlayTextInfoDescription.$t = /*@__PURE__*/ markType(OverlayTextInfoDescription, 'OverlayTextInfoDescription', Description.$); return OverlayTextInfoDescription; })();