DragCanvasAllowDragOutOfView Property

Gets/sets whether the user should be able to drag elements in the DragCanvas out of the viewable area. The default value is false. This is a dependency property.

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public bool AllowDragOutOfView { get; set; }

Property Value

Boolean

See Also