WorkflowViewElement::ShowExpanded Property

.NET Framework (current version)
 

Gets a value that indicates whether the workflow view element is shown in an expanded view.

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

public:
property bool ShowExpanded {
	bool get();
}

Property Value

Type: System::Boolean

true if the element is shown in an expanded view; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: