Property HideActionOnMouseOut
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
HideActionOnMouseOut
Get / Set if the action will be hide when the mouse is out of the canvas or not. Set it to false so the action will be shown either the cursor is out of the canvas. By default value is false.
public bool HideActionOnMouseOut { get; set; }
Property Value
Remarks
Set it on the initialize page load of the canvas element like: vdcanvas.HideActionOnMouseOut = true;