WorkflowViewElement::IsRootDesigner Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the specified designer is the root designer for this element.

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

public:
property bool IsRootDesigner {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

true if the specified designer is the root designer; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: