%%PageItemTitle%% $$Properties$$

VectorDraw Web Library

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

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

Public Properties

 NameDescription
Public PropertyActionScaleMode Get / Set the way that user scale action is applied, when user run the CmdScale or scale.  
Public Propertycanvas Returns the HTML object that displays all of the component's entities.  
Public PropertyDrawOverallEntities Get/Set a collection of temporary entities that will be drawn over all default drawing entities.  
Public PropertyGetDefaultTimeOutMilliseconds Returns the default time out in milliseconds. Default time out is the time that the component waits after a draw action in order to start redrawing the entities. This happens for usability reasons, panning and scrolling are smoother.  
Public PropertyGripManager Manage the grips of the active layout.Currently supported entities are:vdLine,vdPolyline,vdRect,vdText,vdCircles,vdArcs,vdEllipses,vdPoint,vdAttrib,vdAttribDef,vdInsert,vdImage.  
Public PropertyGroupsManager Returns an vdgroupsManager object that manage groups of the selected document  
Public PropertyIgnoreLockLayers If true the Lock property of layers is ignored and entities inside locked layers are selectable and can be modified. Default value is false.  
Public PropertyMaxImageSize Controls the maximum possible value of an image's bitmap. Default value is 552960 (a resolution of 768 * 720). If 0 is set, the default value is used.  
Public PropertyMessagesDictionary Returns the messagesdictionary object for this control.  
Public PropertyMouseWheelZoomScale Get/Set the zooming scale used when zooming with the mouse wheel.Set this value under 1.0 to inverse the mouse wheel operation.Default value is 1.2  
Public PropertyPickSize Gets and sets the size of the rectangle, in pixels, around the point clicked in order to select the desired entities.  
Public PropertyscriptCommand Returns the ScriptCommands object for selected document control.  
Public PropertyToolTip Contains all the tooltip functionality. Check it here ToolTip.  
Top

See Also