Decorator::GetVisible Method (ShapeElement^)

 

Gets the visibility of the decorator that is assigned to a shape.

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

public:
bool GetVisible(
	ShapeElement^ parentShape
)

Parameters

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

The shape.

Return Value

Type: System::Boolean

true if the decorator is visible; otherwise, false.

Return to top
Show: