Gets a value indicating whether the annotation can be moved.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var value; // Type: boolean
value = instance.get_CanMove();
function get_CanMove() : boolean;
Return Value
True - annotation can be moved; False - annotation cannot be moved. Default value is True.