Decorator.GetVisible(ShapeElement) Method

Definition

Gets the visibility of this decorator in the context of the given parent shape.

public:
 bool GetVisible(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public bool GetVisible (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
member this.GetVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> bool
Public Function GetVisible (parentShape As ShapeElement) As Boolean

Parameters

parentShape
ShapeElement

Returns

Applies to