Lines Matching refs:LineColor
5159 return createStyle(mxConstants.STYLE_STROKECOLOR, getColor(properties.LineColor), '#000000');
5187 if (typeof properties.LineColor === 'string')
5189 properties.LineColor = rgbToHex(properties.LineColor);
5191 if (properties.LineColor.length > 7)
5193 …var sOpac = "0x" + properties.LineColor.substring(properties.LineColor.length - 2, properties.Line…
6650 LineColor: strokeClr, property
11981 …var fillClr = getColor(p.FillColor), lineClr = getColor(p.LineColor), header, altRow, borderStyle …
13018 var strokeColor = p.LineColor;
13189 var sfc = shape.FillColor, slc = shape.LineColor, slw = shape.LineWidth;
13201 if (shape.LineColor == 'prop')
13203 shape.LineColor = p.LineColor;
13206 if (shape.LineColor == null)
13208 shape.LineColor = '#ffffff00'; //Transparent strokeColor
13218 shape.FillColor = sfc; shape.LineColor = slc; shape.LineWidth = slw;
13220 var fc = p.FillColor, lc = p.LineColor, lw = p.LineWidth;
13221 p.FillColor = null; p.LineColor = null; p.LineWidth = null;
13223 p.FillColor = fc; p.LineColor = lc; p.LineWidth = lw;