IsDragDropDisabled Property (CoverElementsPane)
In This Topic
Gets or sets a
System.Boolean value that indicates whether the
CoverElementsPane doesn't allow resizing and drag operations. This is a dependency property.
Syntax
'Declaration
Public Property IsDragDropDisabled As Boolean
public bool IsDragDropDisabled {get; set;}
See Also