Share via


PaintFeedbackArgs.TargetConnectionPoint Property

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

Syntax

'Declaration
Public Property TargetConnectionPoint As PointD
'Usage
Dim instance As PaintFeedbackArgs 
Dim value As PointD 

value = instance.TargetConnectionPoint

instance.TargetConnectionPoint = value
public PointD TargetConnectionPoint { get; set; }
public:
property PointD TargetConnectionPoint {
    PointD get ();
    void set (PointD value);
}
public function get TargetConnectionPoint () : PointD 
public function set TargetConnectionPoint (value : PointD)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

.NET Framework Security

See Also

Reference

PaintFeedbackArgs Class

PaintFeedbackArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace