ShapeElement.CalculateDerivedVisible(ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculate the DerivedVisible value for this shape, assuming the parent is correct.
protected:
virtual bool CalculateDerivedVisible(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ source);
protected virtual bool CalculateDerivedVisible (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement source);
abstract member CalculateDerivedVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
override this.CalculateDerivedVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Protected Overridable Function CalculateDerivedVisible (source As ShapeElement) As Boolean
Parameters
- source
- ShapeElement