ToEndPoint Property
Domain-Specific Language Tools Reference
BinaryLinkShapeBase..::.ToEndPoint 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 ToEndPoint As PointD
Visual Basic (Usage)
Dim instance As BinaryLinkShapeBase
Dim value As PointD

value = instance.ToEndPoint

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