[Fixed Position] Add stroke property

Add stroke property to Fixed Position toolbar for
borders, line color. WTD-881.
This commit is contained in:
Victor Woeltjen
2015-02-23 18:05:37 -08:00
parent 6068f0f9c2
commit 13793e221e
9 changed files with 26 additions and 19 deletions

View File

@@ -49,11 +49,11 @@ define(
*/
y: new AccessorMutator(element, 'y'),
/**
* Get and/or set the z index of this element.
* @param {number} [z] the new z index (if setting)
* @returns {number} the z index
* Get and/or set the stroke color of this element.
* @param {string} [stroke] the new stroke color (if setting)
* @returns {string} the stroke color
*/
z: new AccessorMutator(element, 'z'),
stroke: new AccessorMutator(element, 'stroke'),
/**
* Get and/or set the width of this element.
* Units are in fixed position grid space.