ShapeElement::CalculateDerivedVisible Method (ShapeElement^)

 

Verifies whether the child shape appears.

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

protected:
virtual bool CalculateDerivedVisible(
	ShapeElement^ source
)

Parameters

source
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The parent shape for the child shape.

Return Value

Type: System::Boolean

true if the child shape appears; otherwise, false.

By default, if the shape is not a child, it appears.

Return to top
Show: