Share via


AnchorPoint.AnchorPointLocation Property

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

Syntax

'Declaration
Public ReadOnly Property AnchorPointLocation As PointD
'Usage
Dim instance As AnchorPoint 
Dim value As PointD 

value = instance.AnchorPointLocation
public PointD AnchorPointLocation { get; }
public:
property PointD AnchorPointLocation {
    PointD get ();
}
public function get AnchorPointLocation () : PointD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD

.NET Framework Security

See Also

Reference

AnchorPoint Class

AnchorPoint Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace