Expand Minimize
This topic has not yet been rated - Rate this topic

ShapeElement.CalculateDerivedVisible Method

Checks to see whether the child shape is visible.

Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in microsoft.visualstudio.modeling.diagrams.dll)

protected virtual bool CalculateDerivedVisible (
	ShapeElement source
)
protected boolean CalculateDerivedVisible (
	ShapeElement source
)
protected function CalculateDerivedVisible (
	source : ShapeElement
) : boolean

Parameters

source

The parent shape for the child shape.

Return Value

true if the child shape is visible; otherwise, false.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.