Diagram.CanMove Property

Gets the diagram and verifies whether it can be moved.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

public override bool CanMove { get; }

Property Value

Type: System.Boolean
true if the diagram can be moved; otherwise, false.

Remarks

By default, the return value is false.

.NET Framework Security

See Also

Reference

Diagram Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace