FromEndPoint Property
Domain-Specific Language Tools Reference
BinaryLinkShapeBase..::.FromEndPoint Property

Updated: November 2007

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

Visual Basic (Declaration)
Public Property FromEndPoint As PointD
Visual Basic (Usage)
Dim instance As BinaryLinkShapeBase
Dim value As PointD

value = instance.FromEndPoint

instance.FromEndPoint = value
C#
public PointD FromEndPoint { get; set; }
Visual C++
public:
property PointD FromEndPoint {
    PointD get ();
    void set (PointD value);
}
JScript
public function get FromEndPoint () : PointD
public function set FromEndPoint (value : PointD)
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker