BinaryLinkShapeBase.ToShape Property

Definition

Gets the NodeShape on the To end of the relationship.

public:
 property Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ ToShape { Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ get(); void set(Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ value); };
public Microsoft.VisualStudio.Modeling.Diagrams.NodeShape ToShape { get; set; }
member this.ToShape : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape with get, set
Public Property ToShape As NodeShape

Property Value

NodeShape representing the shape on this end on the BinaryLinkShape

Applies to