UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

62 lines (61 loc) 2.67 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 { __extends } from "tslib"; import { AssigningSeriesStyleEventArgsBaseDescription } from "./AssigningSeriesStyleEventArgsBaseDescription"; import { markType } from "./type"; /** * @hidden */ var AssigningSeriesShapeStyleEventArgsBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AssigningSeriesShapeStyleEventArgsBaseDescription, _super); function AssigningSeriesShapeStyleEventArgsBaseDescription() { var _this = _super.call(this) || this; _this.aq = 0; _this.ao = 0; _this.ap = 0; return _this; } AssigningSeriesShapeStyleEventArgsBaseDescription.prototype.get_type = function () { return "AssigningSeriesShapeStyleEventArgsBase"; }; Object.defineProperty(AssigningSeriesShapeStyleEventArgsBaseDescription.prototype, "strokeThickness", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.e("StrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesShapeStyleEventArgsBaseDescription.prototype, "radiusX", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.e("RadiusX"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesShapeStyleEventArgsBaseDescription.prototype, "radiusY", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.e("RadiusY"); }, enumerable: false, configurable: true }); AssigningSeriesShapeStyleEventArgsBaseDescription.$t = markType(AssigningSeriesShapeStyleEventArgsBaseDescription, 'AssigningSeriesShapeStyleEventArgsBaseDescription', AssigningSeriesStyleEventArgsBaseDescription.$); return AssigningSeriesShapeStyleEventArgsBaseDescription; }(AssigningSeriesStyleEventArgsBaseDescription)); export { AssigningSeriesShapeStyleEventArgsBaseDescription };