BinaryLinkShapeBase.FromShape Property

Definition

Gets the NodeShape on the From end of the relationship.

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

Property Value

NodeShape representing the shape on this end on the BinaryLinkShape

Applies to