WorkflowViewElement::PinState Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the ExpandState property should take precedence over other states that can be used to expand or collapse the WorkflowViewElement.

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

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

Property Value

Type: System::Boolean

true if the ExpandState property should be used to expand or collapse the WorkflowViewElement object; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: