graph » options » multiGuide » handle
handle
[ root » graph » options » multiGuide » handle]
Use the handle
object to style the handle
of the multiguide.
Attribute | Type | Info |
---|---|---|
background-color backgroundColor | String | Sets the background color of the object. Colors can be entered by name (e.g., "red", "blue", "yellow"), in hexadecimal notation (e.g., "#FF0000", "#0000FF", "#FFFF00"), or in RGB notation (e.g., "rgb(255,0,0)", "rgb(0,0,255)", "rgb(255,255,0)"). One color will set a solid background color; two colors will, by default, create a horizontal gradient. For more complex gradients, use Default value is "#fff #ccc" "none" | "transparent" | "#f00" | "#f00 #00f" | "red yellow" | "rgb(100, 15, 15)" | ... |
border-color borderColor | String | Sets the border color of the object Default value is "#333" "none" | "transparent" | "#f00" | "#f00 #00f" | "red yellow" | "rgb(100, 15, 15)" | ... |
border-width borderWidth | Mixed | Sets the border width of the object Default value is "1" 4 | "6px" | ... |
cursor | String | Sets the style of the cursor when hovering over the handle. Default value is "hand" "hand" | "normal" |
size | Mixed | Sets the size of the object/shape. Default value is "4" 4 | "6px" | ... |
z-index zIndex | Numeric | Sets the z position of the object. Objects with higher z indexes will appear "above" those with lower z index values. Default value is "1" 5 | 10 | ... |