UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

17 lines 929 B
import { __extends } from "tslib"; import { ECommandShapePropertySimple } from "./e-command-shape-property-simple"; var ECommandShapePropertyTextPaddingVertical = /** @class */ (function (_super) { __extends(ECommandShapePropertyTextPaddingVertical, _super); function ECommandShapePropertyTextPaddingVertical() { return _super !== null && _super.apply(this, arguments) || this; } ECommandShapePropertyTextPaddingVertical.prototype.getProperty = function (shape, capability) { return shape.text.padding.vertical; }; ECommandShapePropertyTextPaddingVertical.prototype.setProperty = function (shape, capability, property) { shape.text.padding.vertical = property; }; return ECommandShapePropertyTextPaddingVertical; }(ECommandShapePropertySimple)); export { ECommandShapePropertyTextPaddingVertical }; //# sourceMappingURL=e-command-shape-property-text-padding-vertical.js.map