ShapeElement::SetShowHideState Method (Boolean)

 

Sets the visibility of the shape and all its children.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
void SetShowHideState(
	bool show
)

Parameters

show
Type: System::Boolean

true to show the shape and its children; otherwise, false.

Return to top
Show: