Decorator.SetVisible(ShapeElement, Object) Method

Definition

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

public:
 void SetVisible(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, System::Object ^ value);
public void SetVisible (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, object value);
member this.SetVisible : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * obj -> unit
Public Sub SetVisible (parentShape As ShapeElement, value As Object)

Parameters

parentShape
ShapeElement
value
Object

Applies to