Decorator.SetVisible(ShapeElement, Object) 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.
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