WorkflowViewElement::DragHandle Property

.NET Framework (current version)
 

Gets or sets the drag handle for the workflow view element.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
property FrameworkElement^ DragHandle {
	FrameworkElement^ get();
	void set(FrameworkElement^ value);
}

Property Value

Type: System.Windows::FrameworkElement^

The drag handle for the workflow view element.

.NET Framework
Available since 4.5
Return to top
Show: