InkCanvas.MoveEnabled Property

Definition

Gets or sets a Boolean value which indicates whether the user is enabled to move selected ink strokes and/or elements on the InkCanvas.

C#
public bool MoveEnabled { get; set; }

Property Value

true if a user can move strokes and/or elements on the InkCanvas; otherwise, false.

Examples

The following example prevents a user from moving and resizing the elements and strokes on a InkCanvas.

C#
inkCanvas1.ResizeEnabled = false;
inkCanvas1.MoveEnabled = false;

Remarks

If this property is set to true, an adorner border is drawn around ink strokes and/or elements when they are selected. This border enables the user to move the selected objects. If ResizeEnabled is true, the adorner enables the user to resize the strokes and/or elements as well.

If this property is set to false while one or more ink strokes and/or elements are selected, the adorner border will be automatically removed from the selected objects.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9