SettingsConstrainDragToContainer Property |
Constrains the area in which items can be dragged to the layout's container. Will be set to false automatically when layout.createDragSource() is called.
Default : true
Namespace:
Openfin.Desktop.PlatformAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Nullable<bool> ConstrainDragToContainer { get; set; }
Property Value
Type:
NullableBooleanSee Also