Searched refs:handleStyle (Results 1 – 4 of 4) sorted by relevance
1186 var handleStyle = mxUtils.getValue(this.state.style, 'handleStyle', 'circle');1227 if (handleStyle == 'rect')1244 else if (handleStyle == 'circle')
1220 …var handleStyle = mxUtils.getValue(this.style, mxShapeMockupHorSlider.prototype.cst.HANDLE_STYLE, …1248 if (handleStyle === mxShapeMockupHorSlider.prototype.cst.HANDLE_CIRCLE)1253 else if (handleStyle === mxShapeMockupHorSlider.prototype.cst.HANDLE_TRIANGLE)1262 else if (handleStyle === mxShapeMockupHorSlider.prototype.cst.HANDLE_HANDLE)
24021 var handleStyle = { variable24030 for (var _prop in handleStyle) {24031 if ((0, _object.hasOwnProperty)(handleStyle, _prop)) {24032 this.selectionHandles.styles.bottomRight[_prop] = handleStyle[_prop];24033 this.selectionHandles.styles.topLeft[_prop] = handleStyle[_prop];
1 …handleStyle={position:'absolute',height:width+'px',width:width+'px','border-radius':parseInt(width…