%%PageItemTitle%% $$Properties$$

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
gripmanager Class Properties
See Also 
vdWebLibrary Namespace : gripmanager Class

For a list of all members of this type, see gripmanager members.

Public Properties

 NameDescription
Public PropertyEnable If it is true grips are added and drawn.By default is true. (after a redraw or refresh call)(bydefault is true) Note in order to see grips,after you have enabled them you need to call a refresh() or a redraw() to see them on the canvas.  
Public PropertyGripColor An array of byte (0-255) Red,green,blue,alpha [R,G,B,A]of the color of the grip rectangle.Default value is [0,0,255,255] (blue with no transparency).  
Public PropertyGripSize An integer of grip box pixel size of each side.By default is 15 (pixels).  
Public PropertyMaxGrips Tha maximum number in total of grips that will be draw on the canvas.Default value is 100.  
Public PropertySelectMode Get/Set the grip action.Default value is GRIPMODE_AUTO and the grips are selected when mouse down on a figure.  
Top

See Also