ShapeField.GetVisible(ShapeElement) Method

Definition

Gets a value indicating whether the ShapeField is visible

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

Parameters

parentShape
ShapeElement

The ShapeElement instance

Returns

true if the ShapeField visible. Otherwise, false.

Remarks

Override this method to dynamically change the visibility of the ShapeField based on the ShapeElement instance.

Applies to